![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@mocks-server/plugin-admin-api
Advanced tools
Mocks Server plugin providing an administration REST API
Plugin for Mocks Server that provides a REST API allowing to interact with the server while it is running.
This is very useful when running E2E tests, because you can change the responses of the API mock simply with a HTTP request in the before
method of your tests, for example.
A client for the administration api is also distributed as a separated package: @mocks-server/admin-api-client.
This plugin is included in the main distribution of the Mocks Server project, so you can refer to the official documentation website.
plugins.adminApi.port
(Number): Port for the administration REST API. Default is 3110
.plugins.adminApi.host
(String): Host for the administration REST API. Default is 0.0.0.0
(Reachable to all IPv4 addresses on the local machine).plugins.adminApi.https.enabled
(Boolean): Enables the HTTPS protocol in the administration REST APIplugins.adminApi.https.cert
(String): Path to the HTTPS certificate. Relative to the current process.cwd()
or absolute.plugins.adminApi.https.key
(String): Path to the HTTPS certificate key. Relative to the current process.cwd()
or absolute.Read more about how to set options in Mocks Server here.
Available API resources are described in the OpenAPI specification provided by the API server itself at http://localhost:3110/docs/open-api.json once it is started.
Contributors are welcome. Please read the contributing guidelines and code of conduct.
FAQs
Mocks Server plugin providing an administration REST API
The npm package @mocks-server/plugin-admin-api receives a total of 25,347 weekly downloads. As such, @mocks-server/plugin-admin-api popularity was classified as popular.
We found that @mocks-server/plugin-admin-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.