Skip to content

Commit

Permalink
docs(readme): add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
nckhell committed Dec 23, 2024
1 parent 09836e6 commit 6e49f68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ A fully typed (with auto-completion) Healthie SDK for Node.js.

This Healthie SDK provides convenient access to Healthie's GraphQL API from applications written in server-side JavaScript. The SDK also exports all of Healthie's GraphQL types.

## Disclaimer

This is not an official Healthie SDK as it's not built or maintained by the Healthie team. It's a simple wrapper around the Healthie GraphQL API that makes it easier to use in Node.js and TypeScript projects.

Healthie does have official SDKs, see https://help.gethealthie.com/article/943-healthies-api.

## Generate the SDK

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awell-health/healthie-sdk",
"version": "0.1.0",
"version": "0.1.1",
"packageManager": "[email protected]",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6e49f68

Please sign in to comment.