SDKs
Use Setten with the main Terra SDKs
Let's look at how easy it is to use our LCD endpoints with any existing Terra SDK/tooling by updating their documentation example to use Setten.
Terra.js
Terra.js does not support custom headers or query strings yet.
We recommend using basic auth for the time being as shown in this example and described in Authentication.
Terra.py
async
sync
Terra.py synchronous LCDClient
does not support custom headers or query strings yet.
We recommend using the async client until we solve this with the TFL team.
Last updated