0.0.0 • Published 4 years ago

diapi v0.0.0

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

DiAPI

BxMon Inc - Api Aid Util

Build Status Coverage Status GitHub last commit npm version npm downloads NPM

Config object initial thought

{
  mode: "fake | real | mix",
  real: {
    client: "axios | fetch | ajax",
    axios: {
      instance: axios,
      accessToken: null,
      baseURL: 'https://example.com/api/v1',
      errorHandler: null
    },
    fetch: {},
    ajax: {}
  },
  fake: {
    delay: 1000,
    endpoints : {
      getExampleEndpoint: getExampleHandler,
      postExampleEndpoint: postExampleHandler,
      editExampleEndpoint: editExampleHandler,
      deleteExampleEndPoint: deleteExampleHandler
    }
  }
}
0.0.1-10

4 years ago

0.0.1-9

4 years ago

0.0.1-8

5 years ago

0.0.1-7

5 years ago

0.0.1-6

5 years ago

0.0.1-5

5 years ago

0.0.1-4

5 years ago

0.0.1-3

5 years ago

0.0.1-2

5 years ago

0.0.1-1

5 years ago

0.0.1-0

5 years ago

0.0.0

5 years ago