We have moved to a new Sailfish OS Forum. Please start new discussions there.
1

Library for REST-Client App

asked 2016-06-10 20:04:52 +0300

Hirama gravatar image

updated 2016-06-23 01:00:22 +0300

palikao gravatar image

Hi guys! Can you suggest to me some libraries for developing such client on Seilfish SDK?

edit retag flag offensive close delete

1 Answer

Sort by » oldest newest most voted
1

answered 2016-06-11 21:53:50 +0300

hwesselmann gravatar image

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.

edit flag offensive delete publish link more

Comments

Hi, exactly, for example im using Qt+Pyotherside and Requests library for Python in my project.

Huholoman ( 2016-06-15 14:04:44 +0300 )edit
Login/Signup to Answer

Question tools

Follow
2 followers

Stats

Asked: 2016-06-10 20:04:52 +0300

Seen: 268 times

Last updated: Jun 11 '16