Connection request handler is supporting following resources: GET /v1/connection/:xid Return details about one particular connection with id :xid or about all of them if :xid equals to "all". POST /v1/connection Create new connection PUT /v1/connection/:xid Update connection with id :xid. PUT /v1/connection/:xid/enable Enable connection with id :xid PUT /v1/connection/:xid/disable Disable connection with id :xid DELETE /v1/connection/:xid Remove connection with id :xid Planned resources: GET /v1/connection Get brief list of all connections present in the system.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.