Socket
Socket
Sign inDemoInstall

@mocks-server/admin-api-paths

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mocks-server/admin-api-paths

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


Version published
Weekly downloads
25K
increased by17.6%
Maintainers
1
Install size
11.7 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 04 Aug 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc