0.1.8 • Published 2 months ago

@realsee/api v0.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Realsee Api

目前支持 meta 接口

Example

import { Meta, createHttpHandler } from '../src';

const base = 'http://test3-i.meta.gapi.realsee.com';

const meta = Meta.create(createHttpHandler({ base }));

async function main() {
  const res = await meta['/ent/card/search.json'].get({
    parameters: {
      custom_id: 1234567
    }
  });
  console.log(res);
}

main();
0.1.8

2 months ago

0.1.7

2 months ago

0.1.6

2 months ago

0.1.5

2 months ago

0.1.4

2 months ago

0.1.2

3 months ago

0.1.3

3 months ago

0.1.1

3 months ago

0.1.0

4 months ago

0.0.3

10 months ago

0.0.2

1 year ago

0.0.1

1 year ago