We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9ca62 commit 2dfbf98Copy full SHA for 2dfbf98
README.md
@@ -5,14 +5,7 @@ Python wrapper around SCUTTLE API.
5
6
## Usage
7
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
-```
+Check out the [wiki](https://github.com/scuttle/python-scuttle/wiki/API-v1).
16
17
## Testing
18
0 commit comments