An open API service indexing awesome lists of open source software.

https://github.com/inerska/camelia55-api

Camelia55-API wants to be an API which would be providing useful data, allow you to focus on your projects.
https://github.com/inerska/camelia55-api

55 api api-rest author book camelia camelia55 description golang json jsonapi library meuse staff title

Last synced: 2 months ago
JSON representation

Camelia55-API wants to be an API which would be providing useful data, allow you to focus on your projects.

Awesome Lists containing this project

README

        



Logo

Camélia55-API is no way affiliated with Camélia55, please not consider it as its official API




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

# Use


$ 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/staff

n.b. Use 127.0.0.1 only if you are hosting the web server locally