Hello everyone,
I’m trying to develop an application that will make requests to a HATEOAS API with JSON format results. (http://doc.navitia.io/)
Do you have examples of applications using JSON results with the minimal additional packages as possible ? (Since I’m beginning and struggling with the SDK I would like to avoid using JS or Python - unless it’s absolutely necessary or really the best way to do it).
@attah suggested to me to use the unofficial JSONListModel in the Sailfish Devember 3.0 post. I wandered if this is still the best way to do it, since this ‘hack’ is 9 years old (isn’t there something you can use out of the box ? like XmlListModel but for JSON ?)
Thank you all for your time, If you know a very basic app that uses such methods that I can inspire myself from I would be really thankful !
I’m also open to any tips you might give if this is the wrong approach.