Skip to content

Telecominfraproject/oopt-gnpy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNPy API

Python versions

REST API (experimental)

gnpyapi provides an experimental api for requesting several paths at once. It is based on Flask server. You can run it through command line or Docker.

$ curl --location 'http://localhost:8080/api/v1/path-request' --header 'Content-Type: application/json' --data @gnpyapi/exampledata/planning_demand_example.json 

TODO: api documentation, unit tests, real WSGI server with trusted certificates

Quick Start

tbd