Module: tastypie/lib/resource/validator/querystring

Default querystring parameter validator for API Endpoints

Since:
  • 0.0.1
Author:
  • Eric Satterwhite
Source:

Requires

  • module:joi

Members


<static, readonly> callback

Properties:
Name Type Description
callback String

Used for jsonp callback methods

Source:

<static, readonly> format

Properties:
Name Type Description
format String

ad hoc serialization formats. Allows json, xml, jsonp

Source:

<static, readonly> limit

Properties:
Name Type Description
limit Number

Limits the number for results per page of data. Default is 25

Source:

<static, readonly> offset

Properties:
Name Type Description
offset Number

starting page number for listing endpoints Default is 0

Source:

<static, readonly> orderby

Properties:
Name Type Description
order String

used to sort collections of resources

Source: