BinaryProperties |
An array of binary property names used on a resource method operation in the Rest API
|
Operation |
An Operation as on an entity in the Rest API
Your method signature should have 4 parameters (uniqueId, typePassedin, Parameters, WithResponse),
" use Void if you are not interested in the second argument.
|
WebApi |
Indicates inclusion in the web api
|
WebApiDeleted |
Indicates this feature is deleted from the Web api
|
WebApiDescription |
Used to describe a resource method operation in the Rest API
|
WebApiNoAuth |
Indicates this Web api is does *not* require authentication !
|
WebApiParam |
A parameter used on a resource method operation in the Rest API
The parameter kind is one of :
QUERY_STRING - A query string parameter as part of the URL
HTTP_BODY_OBJECT - A JSON object specified in a HTTP_BODY used by either a POST or PUT
URL_PATH - Included as part of the actual url, e.g.
|
WebApiParameters |
An array of parameters used on a resource method operation in the Rest API
|