GreenLoop IT Solutions : Article

Automation Course Part 3 – Reading API documentation

Welcome to part 3 of our API development series! In this knowledge-base, we will cover how to read typical REST API documentation. REST API documentation typically provides information about the available resources, endpoints, methods, and parameters of an API. It is important to read and understand this documentation in order to effectively use and integrate…
Read More

Automation Course Part 2 – API Authentication, Parameters, and Pagination

Welcome to part 2 of our series on API development! In this knowledge-base, we will build on our basic introduction to working with REST APIs, and discuss a few more of the basics of how to interact with a REST API. The code samples will be in PowerShell, but the concepts apply broadly. Authentication how…
Read More