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>
Check out our tutorial [TypeScript project with Handy SDK](https://ohdoki.notion.site/TypeScript-project-with-1eecffc5180b46c28b199a33ea5125e7). Here we take you through how to add the SDK.
import * as Handy from '@ohdoki/handy-sdk';
import * as Channel from '@poengalex/handy-channel-sdk';
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://ohdoki.notion.site/TypeScript-projects-with-ada7e21322f2472bbf84ca2c211f465d) and [TypeScript project with Handy SDK](https://ohdoki.notion.site/TypeScript-project-with-1eecffc5180b46c28b199a33ea5125e7)