Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サード パーティの API (HTTP) を見ると、エンドポイントへのクエリ文字列で指定されたパラメーターに応じて、さまざまな構造 (異なる型ではなく、JSON、XML) でデータ (XML) を返すことができます。
これは RESTful サービス エンドポイントに適していますか?
また、を使用して、HTTP Accept Header要求される表現を指定することをお勧めします。この議論を見てください。
HTTP Accept Header