This means that the API is fully covered, including all endpoints used by the frontend. You can also use the SDK to create and configure Apps, schemas and rules.
Use this SDK in your PHP application to integrate with Squidex CMS.
Configure a timeout in seconds to cancel unresponsive requests.
The default timeout is 30 seconds.
Token Store
The SDK uses the client ID and the client secret to acquire a bearer token, and handles invalidation and expiration automatically. By default the token is stored inside the client and therefore a new token is acquired when the client is cleaned by the garbage collector. However, one can define where the token is stored.
Ignore Certificates
By default the certificates are validated. But for test environments it might be necessary to connect to instances with self signed certificates only. Therefore we have introduced an option to ignore the certificate chain:
Use the Client
To use the client you have to use the correct property.
For example, to create a schema use the schemas property.
In order to work with contents, use the contents property.