Published 2 years ago
What The Heck Is Heatos?One of the things about APIs is that without accompanying documentation it's difficult to know what is available. On the other hand, most command-line tools, have the well know flag you can invoke to view all the options you can access. What if we could implement something similar to th...
Published 2 years ago
Postman Tutorial For Technical WritersPostman can be used for a lot of things these days but at its core, it's an API client which is a term used to describe a tool used to interact and test APIs. One of the ways to test out APIs is to write code, however as a technical writer this is not always convenient so having...
Published 5 years ago
What The Heck Is GraphQLDefinition GraphQL in itself is a specification describing a new way an app or web frontend asks for data from the server. This specification is built into libraries we end up implementing on our server-side as well as the client-side of our apps. Meaning if you are building...