Microservices API Glossary Guide
Microservices API Glossary Guide
Introduction to Microservices
M2: Glossary – Web API Essentials: REST API and GraphQL
Term Definition
API Gateway API management tool that sits between a client and a collection of backend services
cURL A command line tool and library for transferring data with URLs
Flask A micro web framework that does not require particular tools or libraries
GraphQL A query language that enables you to retrieve exactly what you need from the API
Stateless Means each request contains all the information required to process it
Swagger Allows you to describe the structure of your APIs so that machines can read them
1 of 1 17/1/26, 18:09