orion

Config-based API server framework


Project maintained by ctjong Hosted on GitHub Pages — Theme by mattgraham

Orion Documentation

Condition Syntax

The condition can be written in this format “{fieldName}{comparison-operator}{fieldValue}”. Multiple conditions can also be joined to create a compound condition string “{condition1}{logical-operator}{condition2}”.

Operators:

Note: if you want to include the condition string in a URL, it will have to be URL-encoded. This can be done using the “encodeURIComponent()” method in Javascript, or similar method in other languages.