Itās my work device
So your a PC guy?
I honeslty have never used a Apple anything other than an iphone and that is just to fix themā¦so never really used Apple.
Not anymoreābeen on a Mac so long now that it would be painful to switch back to windows.
See, I was thinking about this the other day. If by some miracle I won the Mac book I would have to learn how to use itā¦thatās just really sad.
Robert, Iām gonna drift off to sleep tonight and wake up to you acccessing NASAās API and watching live video feeds from the ISS (I did this yesterday) on Glide. Please sirā¦control yourself
BTW it was a huge waste considering NASA has a live channel on youtube you could embed and streamā¦
Itās good for you to leave your comfort zone
Apple = different world.
I switched 10 years ago. Have to dabble back in the ādark sideā with some (unfortunate) customers.
Same. Havenāt touched anything MS related in about 12 years. Last version of Windows I remember using was XP.
Iāve made a GitHub repo with sample code and instructions for deploying your own Glide API endpoints: https://github.com/glideapps/glide-api
I still donāt get itā¦how would I call a public API, say unsplash, with this endpoint?
You would call the Unsplash API using JavaScript from this endpoint, and return an Unsplash image URL as a string value.
If you are not familiar with JavaScript and calling APIs from code, you will have a very hard time making it workāthis is a specialized technical feature not meant for most Glide developers!
Rats. Is it a similar method to Glitch server? I managed to figure that one out last night!
Itās more or less the same.
@Robert_Petitto Your endpoint is not returning if the input is not a valid ZIP code, it seems, which causes Glide to not update. As soon as you start typing Glide will query the API, even if the input is not complete yet, but if a request never returns Glide doesnāt try again. Arguably thatās a bug on Glideās side, but itās also definitely a bug in your endpoint
Iām learning! Maybe we can discuss this Monday. Thanks for taking a look!