🌐 Please help us test: API Column and Webhook action

It’s my work device :wink:

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.

1 Like

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.

1 Like

Just figured out Giphy!!!

10 Likes

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 :slight_smile:

3 Likes

BTW it was a huge waste considering NASA has a live channel on youtube you could embed and stream…

3 Likes

It’s good for you to leave your comfort zone :wink:

1 Like

Apple = different world.

I switched 10 years ago. Have to dabble back in the ā€œdark sideā€ with some (unfortunate) customers.

2 Likes

Same. Haven’t touched anything MS related in about 12 years. Last version of Windows I remember using was XP.

1 Like

I’ve made a GitHub repo with sample code and instructions for deploying your own Glide API endpoints: https://github.com/glideapps/glide-api

9 Likes

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!

@Mark @david. Maybe this is something to consider long term for API integration.

2 Likes

It’s more or less the same.

Open Weather Map!

@Mark this API specifically requires me to switch screens before it refreshes.

4 Likes

@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 :wink:

1 Like

I’m learning! Maybe we can discuss this Monday. Thanks for taking a look!