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 879bf6e commit 8a63f1cCopy full SHA for 8a63f1c
source/index.html.md
@@ -3,7 +3,6 @@ title: SimplyPrint API Reference
3
4
language_tabs: # must be one of https://git.io/vQNgJ
5
- shell: cURL
6
-# - python: Python 3
7
8
toc_footers:
9
- <a href='https://simplyprint.io' target='_blank'>SimplyPrint</a>
@@ -83,16 +82,6 @@ curl {base_url}/account/Test \
83
82
--header 'X-API-KEY: {API_KEY}'
84
```
85
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
96
> Success return:
97
98
```json
0 commit comments