Skip to content

a00-app/a00.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a00.js

TypeScript SDK for the a00 API service.

Install

npm install a00

Usage

import { A00 } from 'a00';

const API_KEY = 'SOME_API_KEY';
const a00 = new A00(API_KEY);

const filePath = './path/to/file';
const key = await a00.upload(filePath);

const fileContent = await a00.get(key);

Development

npm run build

About

a00 Typescript SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published