Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenbinye/tars-call
CLI interface to call tars rpc
https://github.com/wenbinye/tars-call
Last synced: about 1 month ago
JSON representation
CLI interface to call tars rpc
- Host: GitHub
- URL: https://github.com/wenbinye/tars-call
- Owner: wenbinye
- Created: 2021-11-14T13:53:48.000Z (about 3 years ago)
- Default Branch: v0.2
- Last Pushed: 2022-04-05T12:01:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T20:52:45.491Z (3 months ago)
- Language: PHP
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Health check:
tars-call --check|-c --address|-a
Call function:
tars-call . --address|-a
tars-call --data|-d call.json --address|-acall.json:
```json
{
"servant": "",
"method": "",
"params": {
"": ""
}
}```