uncloud/doc/uncloud-manual-2020-08-01.org

16 lines
411 B
Org Mode
Raw Normal View History

2020-08-01 11:07:44 +00:00
* 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