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.
- Host: GitHub
- URL: https://github.com/inerska/camelia55-api
- Owner: Inerska
- License: gpl-3.0
- Created: 2020-08-21T13:05:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T23:45:19.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T14:45:04.328Z (4 months ago)
- Topics: 55, api, api-rest, author, book, camelia, camelia55, description, golang, json, jsonapi, library, meuse, staff, title
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 informationGET 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