SDK Examples

Basic Chamaileon SDK Examples

These examples are minimalistic, with the bare minimal configuration that you need to use the plugins.

Every basic example will contain a textarea with the JSON that it is working on. Feel free to play around with the JSON, but be careful. It must be a valid JSON.

Please, select one of the examples from the left-hand-side.

Chamaileon SDK Settings

This example project is only for demo and testing purposes, and it stores your API key in the localStorage. You should NEVER store your API key on the client side in real life. You should store it on your backend and create a route on your side that generates the access token. Then your client side can use that route to fetch an access token. Make sure, that the domain you are trying this example on, is enabled in your environment associated to your API key.

You can create your own splash-screen and logo creator function based on our example.