Open sirkitree opened 5 years ago
In order to work with external data sources, it would be helpful to be able to work with a REST API through LogiX.
Example REST API: https://cosmos.network/rpc/
Many REST API's respond in JSON format which means it would also be important to be able to parse those responses as requested in #221.
This would cover
This is planned, but needs the other upgrades to LogiX first as well, so you can construct the body for the requests. Once those are added I'll add these nodes as well.
In order to work with external data sources, it would be helpful to be able to work with a REST API through LogiX.
Example REST API: https://cosmos.network/rpc/
Many REST API's respond in JSON format which means it would also be important to be able to parse those responses as requested in #221.