Skip to content

we3x/onelove-backend

 
 

Repository files navigation

One Love REST API CircleCI Stories in Ready

This is the API part of One Love based on Python Flask.

Contributing

If you are intresting in contributing to this project, be sure to visit the contributing page. For easier development, take a look at the main One Love repository.

Usage

To get a login token:

curl -k -H 'Content-Type: application/json' -H 'Accept: application/json' http://onelove.vagrant:5000/api/v0/auth/tokens -X POST -d '{"email": "admin@example.com", "password": "Sekrit"}'


To use the token to get list of clusters:

curl -k -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Authorization: JWT <token>' http://onelove.vagrant:5000/api/v0/clusters

In the same way you can get other resorces/endpoints.

Swagger

To use swagger open Swagger UI

About

One Love REST API and provisioning worker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.5%
  • HTML 8.3%
  • Shell 2.2%