You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CLI tool to generate Aidbox SDKs for various programming languages from FHIR schema definitions.
6
+
7
+
8
+
## Getting Started
9
+
10
+
### Prerequisites
11
+
12
+
- Ensure you have a working instance of Aibox to retrieve the FHIR Schemas.
13
+
14
+
- Ensure that Aidbox security policies allow access to `/api/sdk/fhir-packages` endpoint. For a simple setup, you can add a client and configure basic authentication as described [here](https://docs.aidbox.app/modules-1/security-and-access-control/auth/basic-auth#register-client)
15
+
- Use your Aidbox client's username and password to generate a token for the aidbox SDK generator using the following formula:
16
+
`base64(user:password)`
17
+
18
+
### Installation
19
+
20
+
Download latest version from [the release page](https://github.com/Aidbox/aidbox-sdk/releases).
0 commit comments