Global

Type Definitions

FeedResponse

The feed response of a request
Type:
  • Object
Properties:
Name Type Description
feed Object An Array of objects that represents the resources (Db, collection, document ... etc).
headers Object An object that contain the response headers.
Source:

ResourceResponse

The response of a request that contains a resource.
Type:
  • Object
Properties:
Name Type Description
resource Object An object that represents the requested resource (Db, collection, document ... etc).
headers Object An object that contain the response headers.
Source:

Response

The response of a request
Type:
  • Object
Properties:
Name Type Description
result Object An object that represents the result of the request.
headers Object An object that contain the response headers.
Source:

ResponseError

The error of a request
Type:
  • Object
Source: