Метод | Описание | |
---|---|---|
Add ( Client obj ) : Client |
https://github.com/toggl/toggl_api_docs/blob/master/chapters/clients.md#create-a-client
|
|
ClientService ( ) : System | ||
ClientService ( IApiService srv ) : System | ||
ClientService ( string apiKey ) : System | ||
Delete ( int id ) : bool |
https://www.toggl.com/public/api#del_clients
|
|
Edit ( Client obj ) : Client |
https://www.toggl.com/public/api#put_clients
|
|
Get ( int id ) : Client | ||
List ( ) : List |
https://github.com/toggl/toggl_api_docs/blob/master/chapters/clients.md#get-clients-visible-to-user
|
public ClientService ( IApiService srv ) : System | ||
srv | IApiService | |
Результат | System |
public ClientService ( string apiKey ) : System | ||
apiKey | string | |
Результат | System |