EDDYMENS

Eddymens (List page)


Published 2023-02-11 06:55:47

What Is An Asynchronous (Async) API?

The most popular form of API is the synchronous API. This type of API typically relies on the HTTP protocol which is a unidirectional communication channe...

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

Published 2022-05-09 06:43:49

OpenAPI Specifications: How To Make Them

What is the OpenAPI Specification? 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 ...

Published 2022-04-16 11:06:05

What The Heck Is Heatos?

One of the things about APIs is th...

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