EDDYMENS

Eddymens (List page)


Last updated 2022-10-22 09:46:58

The Difference Between A JWT And A Bearer Token

Online systems usually give different levels of access to different groups of people. To get access to the system, a user has to provide special information. E.g. Username/password combo. This is information that only they possess. Once a user gains access to a system, most systems return...

Last updated 2022-05-09 06:43:49

OpenAPI Specifications: How To Make Them

The OpenAPI Specification is a specification that describes a well-laid-out approach to defining the structure of a RESTful API. There are many ways you can describe the APIs you create. The OpenAPI specification makes it easy by defining a set of rules and providing guidelines that ...

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 2019-08-21 06:06:33

What The Heck Is GraphQL

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