A.J. Bothe

A.J. Bothe

Follow
Follow
homebadges
Tag

APIs

#apis

More content

Read more stories on Hashnode


Articles with this tag

A hidden Vudu API and Searching JSON Data with Python

Mar 19, 20215 min read

Well, maybe not so hidden, but definitely not advertised. Vudu has an API that, for the life of me, I could not find advertised anywhere, even with...

A hidden Vudu API and Searching JSON Data with Python

Create and host a Serverless API for your Python Lambda function

Mar 1, 20214 min read

Let's setup a simple API Gateway that calls a simple Python Lambda function in AWS. For this demo, I'm going to piggy-back off of a previous post in...

Create and host a Serverless API for your Python Lambda function

A simple OCI API Test in Python

Feb 18, 202110 min read

In working with certain vendors, it's often required to prove an issue is not your fault when something isn't working as expected. The case here is...

A simple OCI API Test in Python