Intro

In Ohdoki, almost all code we produce (some ML/CV in python) is in TypsScript and of course all our SDKs and APIs are typed 😍

<aside> ⚠️ Angular is not verified. If you are an Angular developer, please help us update this guide.

</aside>

How to use the SDK in React, Vue and Angular

Check out our tutorial [TypeScript project with Handy SDK](https://sweettech.notion.site/TypeScript-project-with-1eecffc5180b46c28b199a33ea5125e7). Here we take you through how to add the SDK.

Handy SDK

import * as Handy from '@ohdoki/handy-sdk';

Channel SDK [BETA]

import * as Channel from '@poengalex/handy-channel-sdk';

How to use the APIs with React, Vue, Angular and other TypeScript projects

Please see our Code generator OAS3 on how to generate code for any of our APIs.

And our tutorial on how to use the Handy API v2 in your Typescript projects here: [TypeScript projects with Handy API v2](https://sweettech.notion.site/TypeScript-projects-with-ada7e21322f2472bbf84ca2c211f465d) and [TypeScript project with Handy SDK](https://sweettech.notion.site/TypeScript-project-with-1eecffc5180b46c28b199a33ea5125e7)

Relevant pages