0.1.8 • Published 3 years ago

@x-kit/ajo v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

@x-kit/ajo

Kit of ajax, based on axios.

Usage

import { $get } from '@x-kit/ajo';
$get('https://xxx', options).then((x) => {
  console.log(x);
}).catch((e) => {
  console.log('e', e);
});

Configuration

options

const options = {
  method,
  norest,
  data,
};
0.1.8

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago