Toggl.Services.TimeEntryService.ListRecent C# (CSharp) Method

ListRecent() public method

https://www.toggl.com/public/api#get_time_entries
public ListRecent ( ) : List
return List
        public List<TimeEntry> ListRecent()
        {
            throw new NotImplementedException();
        }