Class UnauthorizedGenericDataRequest<T>
VRoid HubのAPIをリクエストしてDataModelで受け取るためのクラス
Inherited Members
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class UnauthorizedGenericDataRequest<T> : UnauthorizedApiRequestBase<T>
Type Parameters
Name | Description |
---|---|
T | リクエスト結果の型 |
Constructors
UnauthorizedGenericDataRequest(String)
コンストラクタ
Declaration
public UnauthorizedGenericDataRequest(string requestPath)
Parameters
Type | Name | Description |
---|---|---|
String | requestPath | リクエストするAPIのURL |