Begin new uncloud manual

This commit is contained in:
Nico Schottelius 2020-08-01 13:07:44 +02:00
parent 662e706eab
commit 7ce28b0b60
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
* Templates
* Testing / CLI Access
Access via the commandline (CLI) can be done using curl or
httpie. In our examples we will use httpie.
** Checkout out the API
#+BEGIN_SRC sh
http localhost:8000/api/
#+END_SRC
** Authenticate via ldap user in password store
#+BEGIN_SRC sh
http --auth nicocustomer:$(pass ldap/nicocustomer) localhost:8000/api/
#+END_SRC
* URLs
- api/ - the rest API