Basilisk Logo
BasiliskDocs

API Reference

Complete API documentation for Basilisk SDK.

Overview

The Basilisk SDK provides a comprehensive API for managing content, LiveOps, and deployments. Explore the sections below to learn more about each API area.

Protocol Buffer Integration

Basilisk generates Protocol Buffer definitions from your BDL files. These definitions are used to serialize and deserialize your data builds.

The Web Console provides download links for:

  • Protocol Buffer definition files (.proto)
  • Generated classes for various programming languages
  • Data build binary files

API Sections

Fetching Data Builds

Once a data build is published to an environment, you can fetch it from the environment's endpoint. The exact endpoint URL is provided in the Web Console for each environment.

Data builds are immutable binary files that should be cached appropriately in your application based on your update cadence and requirements.