Skip to content

Generate

This example assumes using GroundX; is in scope and apiKey contains your GroundX API key.

1
2
3
4
using var client = new GroundXClient(apiKey);

// List all content buckets in your account:
var response = await client.Buckets.BucketListAsync();