Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';
<SubscribeForm />

<Update
label="April 13, 2026"
description="Week of April 8–13"
tags={["Update"]}
rss={{
title: "Eka Developer Platform — Week of April 8–13, 2026",
description: "• EkaScribe documentation revamped — New Quick Start guide, reordered integration methods with SDKs recommended first, and improved sidebar navigation.\n\nRead more: https://developer.eka.care/changelog"
label="April 11, 2026"
description="Week of April 8–11"
tags={["Update"]}
Expand All @@ -19,6 +25,7 @@ import { SubscribeForm } from '/snippets/subscribe-form.jsx';

## Updates

- **EkaScribe documentation revamped** — The EkaScribe docs now include a Quick Start guide with a step-by-step TypeScript SDK integration walkthrough. Integration methods are reordered to recommend SDKs first, REST APIs second, and Chrome Extension third. SDK sidebar titles use proper casing, and deprecated APIs are nested under a warning section for clarity. [View docs](/api-reference/health-ai/ekascribe/quick-start)
- **EkaScribe documentation revamped** — A new [Quick Start guide](/api-reference/health-ai/ekascribe/quick-start) walks you through installing the SDK and transcribing your first consultation in minutes. SDKs are now promoted as the recommended integration path, and v1 APIs are marked deprecated with clear migration pointers to the [v2 APIs](/api-reference/health-ai/ekascribe/ekascribe-v2/overview). [View docs](/api-reference/health-ai/ekascribe/overview)

- **Retrieve EMR User API** — A new GET endpoint is available in the Patient Directory to retrieve an EMR user profile by OID, complementing the existing update endpoint. [View docs](/api-reference/doc-tool/patient-directory-apis/retrieve-emr-user)
Expand Down
18 changes: 17 additions & 1 deletion ekascribe-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,20 @@ description: "Updates and improvements to EkaScribe — transcription and clinic

import { SubscribeForm } from '/snippets/subscribe-form.jsx';

<SubscribeForm />
<SubscribeForm />

<Update
label="April 13, 2026"
description="Week of April 8–13"
tags={["Update"]}
rss={{
title: "EkaScribe — Week of April 8–13, 2026",
description: "• EkaScribe documentation revamped — New Quick Start guide, reordered integration methods with SDKs recommended first, and improved sidebar navigation.\n\nRead more: https://developer.eka.care/ekascribe-changelog"
}}
>

## Updates

- **EkaScribe documentation revamped** — The EkaScribe docs now include a Quick Start guide with a step-by-step TypeScript SDK integration walkthrough. Integration methods are reordered to recommend SDKs first, REST APIs second, and Chrome Extension third. SDK sidebar titles use proper casing, and deprecated APIs are nested under a warning section for clarity. [View docs](/api-reference/health-ai/ekascribe/quick-start)

</Update>