메소드 | 설명 | |
---|---|---|
Create ( string appKey, string accessToken ) : IAuthorizedStackClient |
Instantiates an AuthorizedStackClient using an access token.
|
|
Create ( string appKey ) : IStackClient |
Instantiates an StackClient.
|
|
StackClientFactory ( ) |
Creates concrete instances of the StackClient.
|
메소드 | 설명 | |
---|---|---|
InstancePlugins ( ) : |
Creates a default instance of the plugin container for a StackClient.
|
public Create ( string appKey, string accessToken ) : IAuthorizedStackClient | ||
appKey | string | The application's key. Grants a higher request quota. |
accessToken | string | The user's access token. Grants authentication and access to methods which require that the application be acting on behalf of a user in order to be invoked. |
리턴 | IAuthorizedStackClient |
public Create ( string appKey ) : IStackClient | ||
appKey | string | The application's key. Grants a higher request quota. |
리턴 | IStackClient |