source: ProjectBuilder/devel/pb-doc/RESTful.API@ 2237

Last change on this file since 2237 was 2090, checked in by Bruno Cornec, 8 years ago

Adds template files for a REST API with Mojolicious

File size: 466 bytes
Line 
1Adding a RESTful API to project-builder.org and make it the standard internal communication way
2
3Move the pb command to use REST calls to a pb-server module providing answers.
4Will allow a new architecture having the server in a central place it self communicating with the various build environments through REST APIs (libvirt, docker) instead of using CLI when possible.
5
6Need to look at the OpenAPI Specification at https://github.com/OAI/OpenAPI-Specification
Note: See TracBrowser for help on using the repository browser.