This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@hello.nrfcloud.com/http-api-mock

1.0.9 • Public • Published

HTTP API Mock npm version

GitHub Actions semantic-release Renovate @commitlint/config-conventional code style: prettier ESLint: TypeScript

Provides a mock HTTP API for testing third-party API integrations.

Create a new mock HTTP API

Configure your AWS credentials, see .envrc.example.

Create a new mock API:

npx @hello.nrfcloud.com/http-api-mock

{
  "stackName": "http-api-mock-69c2c4b9",
  "responsesTableName": "http-api-mock-69c2c4b9-httpapimockresponses562FCFC7-C80OCULJKYFE",
  "httpapimockapiEndpointF8DBD534": "https://liv73h149l.execute-api.eu-west-1.amazonaws.com/prod/",
  "apiURL": "https://liv73h149l.execute-api.eu-west-1.amazonaws.com/prod/",
  "requestsTableName": "http-api-mock-69c2c4b9-httpapimockrequests2216D487-608PM7EHETW4"
}

Describe a mock HTTP API

npx @hello.nrfcloud.com/http-api-mock describe <stackName>

Delete a mock HTTP API

npx @hello.nrfcloud.com/http-api-mock destroy <stackName>

Readme

Keywords

Package Sidebar

Install

npm i @hello.nrfcloud.com/http-api-mock

Weekly Downloads

10

Version

1.0.9

License

BSD-3-Clause

Unpacked Size

41.5 kB

Total Files

32

Last publish

Collaborators

  • coderbyheart
  • hello-nrfcloud