Hello,
Some possibility have been remove from got.
- You can't now use :
('in your got.js file).
responseType: 'json' do the job.
- The
query : {query: JSON.stringify(request)} (in ContentaJsonRpc.js) doesn't seem to work . It's ok with searchParams: {query: JSON.stringify(request)} .
++
Hello,
Some possibility have been remove from got.
('in your got.js file).
responseType: 'json'do the job.query : {query: JSON.stringify(request)}(in ContentaJsonRpc.js) doesn't seem to work . It's ok withsearchParams: {query: JSON.stringify(request)}.++