EDDYMENS

Eddymens (List page)


Last updated 2022-04-16 11:06:05

Curl For Technical Writers

Curl is a command-line tool for making network requests to servers. It can be found on most UNIX-based systems ie: Linux and Mac OS. It can also be set up on Windows with a little bit of e...

Last updated 2022-04-16 11:06:05

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...

Last updated 2022-04-07 11:06:05

5 Terms To Know As A Technical Writer [part 2]

An API client is a tool used to test APIs. Software developers usually write client-side code to make API calls to a server, however, during the development of such systems, it's a lot more convenient to test those APIs using an API client instead of writing client code. API clients allow...

Last updated 2022-04-07 11:06:05

What You Need To Know About APIs As A Technical Writer

API which is an acronym for Application Programming Interface is used to refer to any software implementation that enables two distinct systems to communicate with each other. In modern software development most of this communication is done over HTTP. APIs c...

Last updated 2022-03-29 11:06:05

Postman Tutorial For Technical Writers

Postman 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...

Last updated 2022-03-28 11:06:05

5 Terms To Know As A Technical Writer [part 1]

API stands for Application Programming Interface. It describes any software setup that allows software systems to communicate with one another. Servers are very powerful computers. Some have high computing power as well as ample storage capacities. Compare this to a mobile device, and it'...