Laravel json-rpc test
How to use
(json-rpc server) In folder "weather-history":(json-rpc client) In folder "site":
Access to server API using POST request to address server_url/api/
Available methods:
{"jsonrpc": "2.0", "method": "weather.getByDate", "params": {"date": "2020-10-30"}, "id": 1}
{"jsonrpc": "2.0", "method": "weather.getHistory", "params": {"lastDays": 30}, "id": 1}