Page MenuHomePhabricator

conduit.query should provide return values
Closed, ResolvedPublic

Description

The conduit.query API call returns a JSON blob with the information required to make a request. Sadly it does not return any data about what is returned from the API call.

I'm in the process of writing Go Bindings for conduit for some internal projects. To do this I'm calling conduit.query and generating a function for each API call. Sadly due to information lacking about each return value I'm unable to cleanly return data from these functions and instead return a big blob of unknown data.

p.s. It would also be really awesome (though unnecessary) if conduit.query returned a nice human readable description field. I'd love to put that in the comment for each function.

Revisions and Commits