Python requirements (Flask and dependencies) are in requirements.txt
POST to server/create
use the parameter address-block
to specify the CIDR block
POST to server/acquire
use the parameter address
to specify the address
POST to server/release
use the parameter address
to specify the address
GET to server/list
to retrieve a list of addresses. They will be listed under the data
element of the returned JSON.