REST - CI/CD用語集の定義
RESTは、APIをURLでアドレス指定され、HTTPの動詞(GET、POST、PUT、DELETE)で操作されるリソースとしてモデル化します。シンプルさとキャッシュのために、HTTPステータスコードとステートレスなリクエストに依存します。
関連ガイド
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…