C# Class TrelloNet.TrelloWrapper

Show file Open project: detroitpro/Trello.net

Public Methods

Method Description
Create ( ) : CreateAction
Delete ( ) : DeleteAction
Get ( ) : GetAction
Init ( string token, string key ) : void
Update ( ) : UpdateAction

Method Details

Create() public static method

public static Create ( ) : CreateAction
return TrelloNet.Actions.CreateAction

Delete() public static method

public static Delete ( ) : DeleteAction
return TrelloNet.Actions.DeleteAction

Get() public static method

public static Get ( ) : GetAction
return TrelloNet.Actions.GetAction

Init() public static method

public static Init ( string token, string key ) : void
token string
key string
return void

Update() public static method

public static Update ( ) : UpdateAction
return TrelloNet.Actions.UpdateAction