Änderungen

Zur Navigation springen Zur Suche springen

Cevi.DB API

7 Bytes entfernt, 18:55, 27. Mär. 2019
K
Code-Snippets update
</syntaxhighlight>
'''Shell:'''
<syntaxhighlight lang="bash" line="line1">wget --post-data 'person[email]=ceviname@cevi.ch&person[password]=PASSWORT123456' -o result.json https://db.cevi.ch/users/sign_in.json
cat result.json
</syntaxhighlight>
==== Beispiele ====
Normale Abfrage mit Python:
<syntaxhighlight lang="python" line="line1">
import requests
# vor diesem Teil muss natürlich das Token ausgelesen und gespeichert werden
token= "1a2b3c"
res = requests.post('https://db.cevi.ch/groups/5/people.json?user_email='+email+'&user_token='+token)
data= res.json()["people"]
</syntaxhighlight>
Normale Anfrage mit der Shell:
105

Bearbeitungen

Navigationsmenü