🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@mocks-server/admin-api-paths

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mocks-server/admin-api-paths

Api paths of @mocks-server/plugin-admin-api

5.0.0
latest
Source
npm
Version published
Weekly downloads
22K
-5.35%
Maintainers
1
Weekly downloads
 
Created
Source

Mocks Server logo

Build Status Coverage Quality Gate Downloads Renovate License

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.

Keywords

administration

FAQs

Package last updated on 14 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts