Package-level declarations
Types
Infix DSL for building filter queries.
Base of the query builders, carrying what every Content Delivery API endpoint has in common: nothing beyond a way to set a parameter directly. token, version and cv are the other parameters every endpoint takes, and they belong to the Ktor plugin's configuration rather than to a single query.
DSL marker for the StoriesQuery and FilterQueryBuilder builders, preventing accidental access to an outer builder's receiver from within a nested builder block.
The ordering to apply to a sort_by field, for the StoriesQuery.sortBy overload that states it rather than deriving it from the property's type. Storyblok serializes a number field as text, so a field holding one is as likely to be modelled as a String as a Long or a Double, and its type cannot settle the ordering.
Builder for the query parameters of the retrieve multiple stories endpoint.
Builder for the query parameters of the retrieve a single story endpoint.