[REST Client]
Icon | コントロール | ユニットスコープ | DocWiki (ja) |
DocWiki (en) |
THTTPBasicAuthenticator (XE5 以降) | REST.Authenticator.Basic | [DocWiki] | [DocWiki] | |
TOAuth1Authenticator (XE5 以降) | REST.Authenticator.OAuth | [DocWiki] | [DocWiki] | |
TOAuth2Authenticator (XE5 以降) | REST.Authenticator.OAuth | [DocWiki] | [DocWiki] | |
TSimpleAuthenticator (XE5 以降) | REST.Authenticator.Simple | [DocWiki] | [DocWiki] | |
TRESTClient (XE5以降) | REST.Client | [DocWiki] | [DocWiki] | |
TRESTRequest (XE5以降) | REST.Client | [DocWiki] | [DocWiki] | |
TRESTResponse (XE5以降) | REST.Client | [DocWiki] | [DocWiki] | |
TRESTResponseDataSetAdapter (XE5 以降) | REST.Response.Adapter | [DocWiki] | [DocWiki] |
HTTP 基本認証を実装したものです。
基本の OAuth1.0a 認証を実装したものです。
基本の OAuth2 認証を実装したものです。
ユーザー名とパスワードを用いた基本認証を実装したものです。
このコンポーネントは、Web サービスへのリクエストを実行します。
このコンポーネントは、Web サービスに対する実際の HTTP リクエストを形成するパラメータや設定をすべて保持します。
このコンポーネントは、Web サービスからのすべての戻りデータを保持します。
データセットを REST 応答の TJSONValue 値に更新します。
BACK |