Aidbox / aidbox-sdk

Aidbox SDK Generator
GNU General Public License v3.0
0 stars 1 forks source link

Aidbox SDK Generator

A CLI tool to generate Aidbox SDKs for various programming languages from FHIR schema definitions.

Getting Started

Prerequisites

Installation

Download latest version from the release page.

Usage

You have two options for generating an SDK: using the precompiled binary files or the Java version with the JAR file.

To generate an SDK with the binary files version, use the following command:

aidbox-sdk generate <target-language> <input-source> --auth-token <aidbox-client-token>

Example:

aidbox-sdk generate dotnet http://localhost:8765/api/sdk/fhir-packages \
--auth-token YmFzaWM6c2VjcmV0 \
--output-dir aidbox-sdk-dotnet

Options