1.0.9 • Published 1 year ago

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

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

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>
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago