2.0.13 • Published 2 years ago

@jswork/weapp-http-schema v2.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

weapp-http-schema

Http schema for weapp.

version license size download

installation

npm install @jswork/weapp-http-schema

usage

import httpSchema from '@jswork/weapp-http-schema';

const apis = httpSchema({
  host: 'https://api.github.com',
  request: ['', 'json'],
  items: [
    {
      items: {
        profile: ['get', '/users/afeiship']
      }
    }
  ]
});

apis.profile().then((res) => {
  console.log(res);
});

license

Code released under the MIT license.

2.0.13

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.11

2 years ago

2.0.7

2 years ago

2.0.12

2 years ago

2.0.6

2 years ago

2.0.10

2 years ago

2.0.8

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.11

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago