tsapis
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

tsapis

Various cloud services API response types documented and written in TypeScript.

npm version npm npm type definitions Build Status Dependency Status GitHub

Motivation

Many great cloud services APIs do not have their own npm repositories, or even if they do, many of them are missing types.
This package is here to help you.
You are welcome to help typing all the great cloud services out there!

Get Started

npm install -D tsapis

or

yarn add -D tsapis

How to Use

import { IpwhoisResponse } from 'tsapis';

// ...later in code
const res: IpwhoisResponse = await axios.get('http://free.ipwhois.io/json/1.1.1.1').data;

Supported Services

IP Geolocation API:

User agent parsing service:

Contribute

Pull Requests are welcome!
Just try to be consistent with existing naming conventions and coding styles.
Names must be concise, easy to read, and precisely descriptive.
I've setup prettier, so make sure your codes are auto formatted according to my prettier setup.

License

MIT License

Dependents (1)

Package Sidebar

Install

npm i tsapis

Weekly Downloads

10

Version

0.0.10

License

MIT

Unpacked Size

29.6 kB

Total Files

47

Last publish

Collaborators

  • joonhocho