Camélia55-API is free and open-source, do not hesitate to contribute, fork or star it.
You can use any programming language you want.
The Application Programming Interface is made for educational purpose. It's aiming to be useful and easy to use. The repository contains a ready-to-use web server, host it and use it.
n.b. The delay between requests is set to 3 seconds
$ mkdir Camel55 $ cd Camel55 $ git clone https://github.com/Inerska/Camelia55-API.git $ sudo apt install golang-go $ go run main.go
- Retrieving staff information
GET http://127.0.0.1:8080/api/v1/users/staffn.b. Use 127.0.0.1 only if you are hosting the web server locally