Skip to content
TheoBillet edited this page Jun 14, 2021 · 1 revision

Welcome to the rawls_api wiki!

If you want more information for the route of API, you are in a right place.

Here is the list of routes of the API with these functions. */!* The following examples will be made with the basic test configuration found in the project with the following config.json file:

{ "path": "./ static / rawls", "images_path": "./ static / images" }


1. route "/up" :

  • show version if API is up

{ "version": "1.0.1b-21-gcdf92fc" }

  • yes if API is up with argument 'img' in URL "/up?img=test"

"yes"

Clone this wiki locally