Panamax Documentation
1.3K
The Panamax API documentation is described by a Swagger 2.0 specification, and rendered by using the Swagger UI project. The Panamax API specifications are kept under the 'api-docs' folder.
To view the Panamax API docs, clone the repo, and run it as a website using any webserver.
You can easily do that by:
python -m SimpleHTTPServer 8000
and then browsing to:
http://localhost:8000
We have deployed the Docker image on the Docker Hub.
Simply run it by:
docker run -d --name api-docs -p 9000:80 centurylink/panamax-api-docs
Enjoy!
Content type
Image
Digest
sha256:d49ba788e…
Size
39.5 MB
Last updated
almost 11 years ago
docker pull centurylink/panamax-api-docs