C# Class trellow.api.Trello

Inheritance: ITrello
Afficher le fichier Open project: Bunk/trellow Class Usage Examples

Méthodes publiques

Méthode Description
AccessTokenIsFresh ( OAuthToken accessToken ) : Task
Authorize ( OAuthToken accessToken ) : void
Deauthorize ( ) : void
GetAuthorizationUri ( string applicationName, Scope scope, Expiration expiration, Uri callbackUri = null ) : Task
Search ( string query, int limit = 10, SearchFilter filter = null, IEnumerable modelTypes = null, System.DateTime since = null, bool partial = false ) : Task
Trello ( INetworkService networkService, IRequestClient client ) : System
Verify ( string verifier ) : Task

Method Details

AccessTokenIsFresh() public méthode

public AccessTokenIsFresh ( OAuthToken accessToken ) : Task
accessToken OAuthToken
Résultat Task

Authorize() public méthode

public Authorize ( OAuthToken accessToken ) : void
accessToken OAuthToken
Résultat void

Deauthorize() public méthode

public Deauthorize ( ) : void
Résultat void

GetAuthorizationUri() public méthode

public GetAuthorizationUri ( string applicationName, Scope scope, Expiration expiration, Uri callbackUri = null ) : Task
applicationName string
scope Scope
expiration Expiration
callbackUri System.Uri
Résultat Task

Search() public méthode

public Search ( string query, int limit = 10, SearchFilter filter = null, IEnumerable modelTypes = null, System.DateTime since = null, bool partial = false ) : Task
query string
limit int
filter trellow.api.Search.SearchFilter
modelTypes IEnumerable
since System.DateTime
partial bool
Résultat Task

Trello() public méthode

public Trello ( INetworkService networkService, IRequestClient client ) : System
networkService INetworkService
client IRequestClient
Résultat System

Verify() public méthode

public Verify ( string verifier ) : Task
verifier string
Résultat Task