This document describes the protocol of Mono Corp API Proxy (MCAP). This protocol is created for Mono PWA project.
- Root: describes the publicly available URL path, which contains methods as subfolders;
- Method: Named public command, the way to interact with MCAP for different actions. A simulated subfolder of Root;
- Secret Proof: A password, that elevates access rights for the request;
- Public Method: Generally available method, that is intended to be called by the client app;
- Service Method: A method, that must not be called by the client app, requires Secret Proof;
- Response: JSON marshaled output of Method with
application/json
Content-Type and200 OK
response code;