Skip to content

Commit

Permalink
Update readme with new wakatime doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
stemsmit committed Nov 25, 2015
1 parent 39d9d40 commit 3eedc6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**WakaTime API for PHP**

This is a PHP package for WakaTime API. It offers all the methods from [WakaTime API](https://wakatime.com/api) with additional methods for total hours logged.
This is a PHP package for WakaTime API. It offers all the methods from [WakaTime API](https://wakatime.com/developers) with additional methods for total hours logged.

If you are using [Laravel](http://laravel.com/) check out [WakaTime Reports and Laravel](http://mariobasic.com/wakatime-reports-and-laravel/) on my blog.

Expand Down Expand Up @@ -52,23 +52,23 @@ You can get your Api Key from your [settings page](https://wakatime.com/settings
$wakatime->currentUser()
```

See: https://wakatime.com/api#users-current for details.
See: https://wakatime.com/developers/#users for details.

#### dailySummary

```php
$wakatime->dailySummary($startDate, $endDate, $project = null)
```

See: https://wakatime.com/api#summary-daily for details.
See: https://wakatime.com/developers/#summaries for details.

#### stats

```php
$wakatime->stats($range, $project = null)
```

See: https://wakatime.com/developers#stats for details.
See: https://wakatime.com/developers/#stats for details.

### Additional methods

Expand Down

0 comments on commit 3eedc6d

Please sign in to comment.