API Overview
Modules
strapi_client.active_document
strapi_client.strapi_client
strapi_client.strapi_client_async
strapi_client.strapi_client_base
strapi_client.types
strapi_client.utils
Classes
active_document.ActiveDocument
: Experimental ORM class for Strapi document.strapi_client.StrapiClient
: REST API client for Strapi.strapi_client_async.StrapiClientAsync
: Async REST API client for Strapi.strapi_client_base.StrapiClientBase
: Base class with common logic for Strapi clients.types.ApiParameters
types.AuthPayload
types.AuthResponse
types.BaseDocument
: Strapi document with standard fields.types.DocumentResponse
types.DocumentsResponse
types.ResponseMeta
types.ResponsePagination
Functions
active_document.DocumentField
utils.flatten_parameters
: Flatten nested dict with parameters to flat structure for query.utils.stringify_parameters
: Stringify nested dict with parameters to strings for query.
This file was automatically generated via lazydocs.