File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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```
1212from pipedrive.client import Client
1313client = 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```
1717from pipedrive.client import Client
1818client = Client('CLIENT_ID', 'CLIENT_SECRET', oauth=True)
1919```
20-
20+ #### Set token
2121And to make requests send the access token
2222```
2323client.set_token(access_token)
You can’t perform that action at this time.
0 commit comments