nuxeo / nuxeo-js-client

JavaScript client library for Nuxeo API
Other
18 stars 20 forks source link

Documentation for Nuxeo.http #113

Open aldebout opened 3 years ago

aldebout commented 3 years ago

I couldn't find documentation for the options of Nuxeo.http.

I was able to get a lot of them by reading the source but some of the mechanisms are still escaping me.

For example, using json: true, I get errors at the unmarshalling step and I'm not able to understand why. Setting resolveWithFullResponse: true goes around the problem but everything feels a bit like black magic.

Do you have an internal resource that could help start this?

yw662 commented 11 months ago

Yeah we definitely need one