0.0.0 • Published 6 years ago

diapi v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.1-9

6 years ago

0.0.1-8

6 years ago

0.0.1-7

6 years ago

0.0.1-6

6 years ago

0.0.1-5

6 years ago

0.0.1-4

6 years ago

0.0.1-3

6 years ago

0.0.1-2

6 years ago

0.0.1-1

6 years ago

0.0.1-0

6 years ago

0.0.0

6 years ago