Namespace Quantellia.WMServer.REST
Support for exposing the World Modeler API as a REST interface.
Classes
RESTError
This class standardizes the format, status codes, descriptions, and supplemental data returned by ASP.Net in the event of a failure. This class should be utilized instead of Throw(string, int, Exception?) to report issues to the API user. This class can be instantiated with any of the static factory methods.
RESTResponse
Encapsulates the response format for all REST requests.