REST - Definição do Glossário CI/CD
REST modela uma API como recursos endereçados por URLs e manipulados com verbos HTTP (GET, POST, PUT, DELETE). Ele se apoia em códigos de status HTTP e requisições stateless para simplicidade e cache.
Guias relacionados
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…