gonduit
gonduit copied to clipboard
A Go package for connecting to Phabricator via the Conduit API.
Added diffusion.filecontentquery method fix diffusion.querycommits response struct json unmarshal error ``` json: cannot unmarshal string into Go struct field Cursor.cursor.after of type uint64 ```
This change set introduces basic `context.Context` compatibility. Specifically: - Adds a `ConnectContext` method to `Conn` and defines `Connect` in terms of it. - Adds a `CallContext` method to `Conn` and...
Fix issue that when use `gonduit.Conn.DifferentialQuery(*req)` to query the one `differential` details, there was an error as follow: ``` json: cannot unmarshal string into Go struct field DifferentialRevision.Status of type...
I got the following error after calling maniphest search api. ``` [ERR-CONDUIT-CORE: Error while reading "modifiedStart": Expected integer, got something else.] ```