-
Notifications
You must be signed in to change notification settings - Fork 3
Implementing a ResourceRS
Bria Morgan edited this page Oct 3, 2018
·
19 revisions
Each type of resource needs its own ResourceRS. These must implement IResourceRS.
All requests are POSTs that take in a QueryRequest object.
If your resource has no equivalent for a particular method, please throw an UnsupportedOperationException
.