Skip to content

Commit 8a63f1c

Browse files
committed
Forgot to remove python code
1 parent 879bf6e commit 8a63f1c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

source/index.html.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: SimplyPrint API Reference
33

44
language_tabs: # must be one of https://git.io/vQNgJ
55
- shell: cURL
6-
# - python: Python 3
76

87
toc_footers:
98
- <a href='https://simplyprint.io' target='_blank'>SimplyPrint</a>
@@ -83,16 +82,6 @@ curl {base_url}/account/Test \
8382
--header 'X-API-KEY: {API_KEY}'
8483
```
8584

86-
```python
87-
import requests
88-
89-
url = "{base_url}/account/Test"
90-
91-
r = requests.get(url, headers={'X-API-KEY': '{API_KEY}'})
92-
93-
print(r.json())
94-
```
95-
9685
> Success return:
9786
9887
```json

0 commit comments

Comments
 (0)