fabasoad/JSONbin Action
This action allows to generate custom HTTP responses using JSONbin service.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| master-key | JSONbin Master Key. | yes | — |
| access-key | JSONbin Access Key. | yes | — |
| body | Body to send in JSON format. In case you want to CREATE or UPDATE bin. | no | "" |
| method | Type of response that you want to send. Possible values are GET, CREATE, UPDATE, DELETE. Default is GET. | no | GET |
| bin-id | In case you want to UPDATE or DELETE bin. | no | "" |
| log-level | Log level of output. Possible options are 'debug', 'info', 'warning' and 'error'. | no | info |
Outputs
| name | description |
|---|---|
| bin-id | ID of a bin that has been created, updated or deleted. |
| url | Access URL to a bin. |