Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rhoas/api-mock

Package Overview
Dependencies
Maintainers
5
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rhoas/api-mock

Project provides mocking capabilities for RHOAS APIs. Mock supports in memory storage to give developers abstraction of running service.

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
5
Weekly downloads
 
Created
Source

API Mock for RHOAS APIs

Project provides mocking capabilities for RHOAS APIs. Mock supports in memory storage to give developers abstraction of running service.

Using API Mock

Every SDK provided by RHOAS has available API mock. Mock provides simulation of in memory implementation of APIs that can be used for development and testing.

  1. Inline install and usage
npx @rhoas/api-mock
  1. Container image
docker run  -p 8080:8000 quay.io/rhosak/api-mock
  1. Using as CLI
npm install -g @rhoas/api-mock
## Run CLI
asapi

Starting mock with sample data present:

asapi --pre-seed

Instances API mapping pattern

Mock provides support for managemement and instances APIs

Instance API use following prefixes

  • /data/kafka for kafka instance
  • /data/service-registry for service registry instance

To simulate multiple instances please run many instances of mock.

Local development

yarn
yarn build
yarn start # API running at http://localhost:9000

Environment variables

CUSTOM_PORT - custom port number used default is 8000

CUSTOM_HOST - custom url used in returned data. default http://localhost

RESOURCE_OWNER - provide custom owner value as we do not have ability to detect it in mock. For example: "RESOURCE_OWNER=wtrocki_kafka_devexp yarn start"

AMS_QUOTA_TYPE - provide the quota type to be mocked. The valid values are - "trial", "standard" and "marketplace".

Build container

docker build -t quay.io/rhosak/api-mock .
docker push quay.io/rhosak/api-mock

API Clients

You can call api by starting individual web clients per api or running examples against mock.

yarn api:kafka-management
yarn api:kafka-instance
yarn api:registry-management
yarn api:registry-instance

FAQs

Package last updated on 28 Jun 2023

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc