Skip to content

Commit 2dfbf98

Browse files
authored
Add link to wiki
1 parent 3e9ca62 commit 2dfbf98

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ Python wrapper around SCUTTLE API.
55

66
## Usage
77

8-
Create a wrapper for a given wiki and API version:
9-
10-
```python
11-
from scuttle import scuttle
12-
13-
API_KEY = "eyJ0eXAiOiJKV1QiLC(...)" # Personal Access Token
14-
wiki = scuttle('en', API_KEY, 1)
15-
```
8+
Check out the [wiki](https://github.com/scuttle/python-scuttle/wiki/API-v1).
169

1710
## Testing
1811

0 commit comments

Comments
 (0)