You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/developing/sdk/index.mdx

20 lines
705 B

---
layout: docs
page_title: SDK
sidebar_title: SDK
description: |-
Reference documentation for the Boundary SDK
---
# Overview
The Boundary SDK is written in golang and the reference documentation here assume basic golang experience including a local
environment for developing golang code bases.
## Getting Started
Download the latest `main` branch revision of our [project on GitHub](https://github.com/hashicorp/boundary).
As a developer, the most common package within this project that you'll interact is our [API package](https://github.com/hashicorp/boundary/tree/main/api).
This package contains all the common client libraries that you'll need to interact with the Boundary platform.