Skip to content

Commit 146a1d4

Browse files
authored
Update README.md
1 parent 061ab0f commit 146a1d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ git+git://github.com/GearPlug/pipedrive-python
77
```
88

99
## Usage
10-
If you are not going to use the authentication flow, just instance the library like this:
10+
- If you are not going to use the authentication flow, just instance the library like this:
1111
```
1212
from pipedrive.client import Client
1313
client = Client()
1414
```
15-
If on the contrary you will use it, send "oauth=True" in the main instance like this:
15+
- If on the contrary you will use it, send "oauth=True" in the main instance like this:
1616
```
1717
from pipedrive.client import Client
1818
client = Client('CLIENT_ID', 'CLIENT_SECRET', oauth=True)
1919
```
20-
20+
#### Set token
2121
And to make requests send the access token
2222
```
2323
client.set_token(access_token)

0 commit comments

Comments
 (0)