microraiden
microraiden copied to clipboard
m2m client
Provided example client is now very limited in its capabilities. To make development and testing easier, we should provide a more sophisticated app, similar to curl
or wget
.
- [ ] optional uRaiden protocol debug output
- [ ] save resource to a file
- [ ] follow redirects option (requests already support this afaik)
- [ ] use full URL (atm the host is hardcored)
Does this use the Client Library ? Because I am trying to make the m2m client using the Client Library.
Update sorry I understood the issue incorrectly. This is too make a full fledged stand alone client and not an example.