REST - CI/CD Glossary Definition
REST models an API as resources addressed by URLs and manipulated with HTTP verbs (GET, POST, PUT, DELETE). It leans on HTTP status codes and stateless requests for simplicity and caching.
Related guides
GraphQL - CI/CD Glossary DefinitionGraphQL is a query language for APIs where the client requests exactly the fields it needs in one call, avoid…
gRPC - CI/CD Glossary DefinitiongRPC is a high-performance RPC framework using HTTP/2 and Protocol Buffers, supporting streaming and code-gen…
HTTP Status Codes - CI/CD Glossary DefinitionHTTP status codes are three-digit numbers signaling a request’s outcome - 2xx success, 3xx redirect, 4xx clie…