Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdks.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "SDKs"

Check warning on line 2 in sdks.mdx

View check run for this annotation

Mintlify / Mintlify Validation (heyrafiki) - vale-spellcheck

sdks.mdx#L2

Did you really mean 'SDKs'?
description: "Typed JavaScript, Python, Go, .NET and Rust clients for the Heyrafiki API."

Check warning on line 3 in sdks.mdx

View check run for this annotation

Mintlify / Mintlify Validation (heyrafiki) - vale-spellcheck

sdks.mdx#L3

Did you really mean 'Heyrafiki'?
keywords: ["Heyrafiki SDK", "healthcare API clients", "insurance API", "Heyrafiki CLI"]
---

Every SDK follows the same OpenAPI definition, authentication rules, idempotency

Check warning on line 7 in sdks.mdx

View check run for this annotation

Mintlify / Mintlify Validation (heyrafiki) - vale-spellcheck

sdks.mdx#L7

Did you really mean 'idempotency'?
requirements, error envelope and request identifiers.

<Note>
Expand Down Expand Up @@ -109,7 +109,7 @@
<Tab title=".NET">

```bash
dotnet add package heyrafiki --version 0.1.0-beta.1
dotnet add package heyrafiki --version 0.1.0-beta.3
```

</Tab>
Expand All @@ -126,7 +126,7 @@
[npm](https://www.npmjs.com/package/@heyrafiki/rafiki-js),
[PyPI](https://pypi.org/project/heyrafiki/0.1.0b2/),
[pkg.go.dev](https://pkg.go.dev/github.com/heyrafiki/rafiki-go),
[NuGet](https://www.nuget.org/packages/heyrafiki/0.1.0-beta.1) and
[NuGet](https://www.nuget.org/packages/heyrafiki/0.1.0-beta.3) and
[crates.io](https://crates.io/crates/heyrafiki/0.1.0-beta.2).

## Make the first request
Expand Down Expand Up @@ -191,9 +191,9 @@

## Write safely

All clients preserve the REST API's write controls:

Check warning on line 194 in sdks.mdx

View check run for this annotation

Mintlify / Mintlify Validation (heyrafiki) - vale-spellcheck

sdks.mdx#L194

Did you really mean 'API's'?

- caller-owned idempotency keys for replay-safe writes;

Check warning on line 196 in sdks.mdx

View check run for this annotation

Mintlify / Mintlify Validation (heyrafiki) - vale-spellcheck

sdks.mdx#L196

Did you really mean 'idempotency'?
- bounded retries only where the operation and key make retry safe;
- typed errors with HTTP status, stable error code and request identifier;
- integer minor units for money;
Expand Down