Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( TimeEntry obj ) : TimeEntry |
https://www.toggl.com/public/api#post_time_entries
|
|
Delete ( int id ) : TimeEntry |
https://www.toggl.com/public/api#del_time_entries
|
|
Edit ( TimeEntry obj ) : TimeEntry |
https://www.toggl.com/public/api#put_time_entries
|
|
Get ( int id ) : TimeEntry |
https://www.toggl.com/public/api#get_time_entry
|
|
List ( ) : List |
||
List ( QueryObjects obj ) : List |
https://www.toggl.com/public/api#get_time_entries_by_range
|
|
ListRecent ( ) : List |
https://www.toggl.com/public/api#get_time_entries
|
|
TimeEntryService ( ) : System | ||
TimeEntryService ( IApiService srv ) : System | ||
TimeEntryService ( string apiKey ) : System |
public TimeEntryService ( IApiService srv ) : System | ||
srv | IApiService | |
return | System |
public TimeEntryService ( string apiKey ) : System | ||
apiKey | string | |
return | System |