Skip to content

Commit 843790c

Browse files
authored
Removed some unwanted explaination
1 parent 0f4312f commit 843790c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ import track
1414
1515
track.api_key = "YOUR_API_KEY"
1616
```
17-
Interakt Track APIs uses HTTP Basic Auth, which involves a `‘username:password’` that is **base64 encoded** and prepended with the string `‘Basic ‘`.
18-
19-
Your **api_key** is your `username` and `password` is empty. Which means if your **api_key** is `'abcd123'`, a colon is added to it, and then the password field is left empty.
20-
21-
After base64 encoding `'abcd123:'` becomes `'YWJjZDEyMzo='`; and this is passed in the authorization header like so: `'Authorization: Basic YWJjZDEyMzo='`
22-
2317

2418

2519
## Development Settings

0 commit comments

Comments
 (0)