1.0.0-alpha.5 • Published 12 months ago

@traderfour/api-ts v1.0.0-alpha.5

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

api-ts

The official repository for Trader4 Restful APIs TypeScript package.

import { categories } from "@trader4/api-ts";

// Create the package instance
const categories = categories();

// Now you have access to everything :)
let categoriesItems = categories.list();