5.0.0 • Published 2 years ago

@mocks-server/admin-api-paths v5.0.0

Weekly downloads
2,054
License
MIT
Repository
github
Last release
2 years ago

Api paths of the Mocks-Server Plugin Admin Api

Constants defining API paths of the Mocks Server Plugin Admin API. They can be used to build plugin API clients.

Installation

npm install --save @mocks-server/admin-api-paths

The UMD build is also available on unpkg. When UMD package is loaded, it creates a pluginAdminApiPaths global object containing all constants.

<script src="https://unpkg.com/@mocks-server/admin-api-paths/dist/index.umd.js"></script>

Usage

import { BASE_PATH, CONFIG } from "@mocks-server/admin-api-paths";

console.log(BASE_PATH); // "/api"
console.log(CONFIG); // "/config"

Contributing

Contributors are welcome. Please read the contributing guidelines and code of conduct.

5.0.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

4.2.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.0

3 years ago

2.0.0

3 years ago

2.0.0-beta.2

3 years ago

2.0.0-beta.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago