Skip to content
Snippets Groups Projects
Commit f776ae32 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent e553dea9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ The specialties of this component are
* The response can be stored ... and reimported later. After import you can use the http.get* functions to fetch results from the former request.
* Caching support for GET requests with a given TTL: if you repeat a request to the same url and ttl was not reached yet then you continue with the cached result
Source: https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client
Source: <https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client>
License: GNU GPL 3
......@@ -24,4 +24,4 @@ License: GNU GPL 3
---
[Installation](./docs/10_Installation.md) | [Usage](./docs/20_Usage.md)
\ No newline at end of file
[Installation](docs/10_Installation.md) | [Usage](docs/20_Usage.md) | [Examples](docs/30_Examples.md)
\ No newline at end of file
......@@ -11,6 +11,8 @@ Then you can follow the examples.
# A first example
This is quick introduction: we make a request and have a look to a few results.
```sh
# --- init ... to flush anything of a request that was made before
> http.init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment