Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ These examples assume that you properly added the tsheets library into your pip

## Authentication

The TSheets platform uses OAuth2 for authentication. Because of the character of the library, it doesn't deal with the process of obtaining the authentication token needed for the OAuth2 protocol. You can find information about obtaining the token statically via the application's interface here: [https://developers.tsheets.com/docs/api/authentication]()
The TSheets platform uses OAuth2 for authentication. Because of the character of the library, it doesn't deal with the process of obtaining the authentication token needed for the OAuth2 protocol. You can find information about obtaining the token statically via the application's interface here: <https://developers.tsheets.com/docs/api/authentication>

Once the auth token is obtained, a user has to create the 'api' instance object e.g:

Expand Down Expand Up @@ -117,7 +117,7 @@ end

### Specifics

All information about possible filters one can pass to **where**, or required when inserting or updating are available at [https://developers.tsheets.com/docs/api/]()
All information about possible filters one can pass to **where**, or required when inserting or updating are available at <https://developers.tsheets.com/docs/api/>

## Reports

Expand Down