Calling http rest API and parsing json response with (scryer) #Prolog
2024-03-02 | #programming #prolog
In this simple code I’ll show how you can call a rest api (qliksense saas rest api) and parse its json response ?- use_module(library(dcgs)). ?- use_module(library(pairs)). ?- use_module(library(serialization/json)). ?- use_module(library(http/http_open)). ?