This will cover most things REST API at the fundamental level needed for the DEVASC, some items / tools not entirely clear here should be independently reviewed, as this article is long enough with me doing a full screenshot walkthrough of Postman REST API Tool 🙂 With that, lets get this party started! What an … Continue reading DEVASC REST API Deep Dive – API Types / Methods / Status Codes / Headers / Pagination / Rate-Limit / Tools / Python Scripted REST API Calls – Easy points on exam day!
Category: REST API
DEVASC Quick Notes – Northbound vs Southbound API, Async vs Sync, REST API Basics, HTTP and CRUD Verbs, SOAP API, RPC reviewed!
Kaboom - And then there was APIs! Lets get right into it and get this DEVASC passed!!! 🙂 Northbound vs Southbound APIs, Synchronous vs Asynchronous, Authentication types! API (Application Programming Interfaces) allow Applications to talk to software to perform various tasks (configure / read / delete resources), the most common of these for DevNet exam … Continue reading DEVASC Quick Notes – Northbound vs Southbound API, Async vs Sync, REST API Basics, HTTP and CRUD Verbs, SOAP API, RPC reviewed!
Configured my first ever (REST) API, my first time working with AWS Production, and I could not be happier that I got it :)
Best job I've ever been forced to compute, that still has me smiling! 🙂 Decided to skip the robust API Body in JSON / Headers / Etc, so I actually had configured the API to answer calls with a "Hello from Loopedback!" response, but I found the Microservice on AWS Lambda was replying as a … Continue reading Configured my first ever (REST) API, my first time working with AWS Production, and I could not be happier that I got it 🙂
Week 2 of the DevNet Grind – Building REST APIs in Python to GET / POST / PUT / DELETE / verify Auth Hands on Lab!
This is an item I will likely have to circle back around to so want screen snips REST API created via Python to GET Books from a Library REST API created via Python to POST books to a Library When run this simply sends back a 200 OK HTTP Status Code as a response. Hope … Continue reading Week 2 of the DevNet Grind – Building REST APIs in Python to GET / POST / PUT / DELETE / verify Auth Hands on Lab!