platformonline/MyCounter.IO Action
Read counter value from MyCounter.IO service and set it as output.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apikey | API Key for MyCounter.IO service | yes | "" |
| workspace | Workspace alias name in MyCounter.IO | yes | "" |
| counter | Counter alias name in MyCounter.IO | yes | "" |
| action | Action to perform: get, increment, decrement, set | yes | "" |
| value | Value to set when action is set | no | 1 |
Outputs
| name | description |
|---|---|
| status | The status of the action performed |
| action | The action performed |
| value | The counter value after performing the action |