Postmanの中の人がAPIテクノロジー視点でMomentoを語る / Talking about Momento from an API technology perspective
Presentation Slides for Momento Meetup #8 Session title: Postmanの中の人がAPIテクノロジー視点でMomentoを語る / Talking about Momento from an API technology perspective
Date: 2023/12/22
34% → 26%と減退、GraphQLがその利用率を抜いた。その後に Websockets、gRPC、MQTTが続く。 REST Webhook GraphQL SOAP Websockets gPRC MQTT AMQP SSE EDI EDA https://www.postman.com/state-of-api/api-technologies Postman 2023 State of the API Report
title artist { name } tracks { title number } genre } } Artist Service Tracks Service Genre Service Aggregated Response Request GraphQL GraphQLはAPIのために作られたクエリ言語。IDL(インターフェース定義言語)と してGraphQL SchemaでAPI仕様を定義する。複数のデータソースからの取得 を1つのAPIリクエストで構成可能。 Clients Mobile, Desktop, Browser, etc. Postman