Library for REST-Client App
Hi guys! Can you suggest to me some libraries for developing such client on Seilfish SDK?
Hi guys! Can you suggest to me some libraries for developing such client on Seilfish SDK?
It depends on what you like to do. Some services offer special tailored wrappers for their API in JS, C++ or Python. Making REST-requests in Javascript is fairly easy (authentification can be painful at first), there should be no need for a library there. In Python, the request module is usable for nearly anything you want to do with a web service. It is open and well documented. I am not a C++ guy, but I am sure Google can point you to something similar there, too.
Asked: 2016-06-10 20:04:52 +0200
Seen: 278 times
Last updated: Jun 11 '16