simple_strapi library

Support for doing something awesome.

More dartdocs go here.

Classes

Strapi
A singleton you can access it from anywhere like
StrapiCollection
basic queries against a collection object of strapi
StrapiCollectionField
Strapi object field containing references to other colection objects
StrapiCollectionQuery
StrapiComponentField
Strapi field containing a strapi components
StrapiField
base class for strapi field
StrapiLeafField
Strapi field containing base strapi data types like Date, String, Number, bool etc
StrapiModelField
Strapi object field containing reference to other colection object
StrapiModelQuery
query to be made aginst single references in the collection model
StrapiObjectListener
static class which manages all listeners of any strapi collection object
StrapiResponse
callng Strapi.i.request will return this
StrapiUtils
helpers for simple_strapi package

Enums

PublicationState
query against published or draft items in collection
Sort
sort the query results in two possible ways
StrapiFieldQuery
the query operations supported by Strapi as of now, please request feature if qny queries are missing

Functions

sPrint(dynamic d) → void

Exceptions / Errors

StrapiException
StrapiResponseException
Exception thrown when you call Strapi.i.request