Skip to content
Raymond King edited this page Apr 8, 2018 · 11 revisions

OpenPCM Wiki

Building And Running

Here are details of how to deploy OpenPCM server.

JWT

OpenPCM Server uses JWT Tokens for authentication. If you are unfamiliar with JWT it is very easy to learn. An explanation of how OpenPCM Server JWT specifically works can be found here

Rest API

OpenPCM Server uses Swagger for auto-documentation of the REST API. This documentation is updated each time code is committed. If you would like to interface with OpenPCM Server via REST, here are all the definitions.

Swagger Documentation

To view the Swagger documentation you will have to accept the custom SSL certs

Master Branch REST API

Dev Branch REST API