-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON output for the various commands #102
Comments
Do you want raw JSON from the wire or would a reserialization suffice? |
Reserialization should be fine. As long as the differences don't affect On Mon, Sep 19, 2016, 12:41 PM David Sheets [email protected]
|
Ah, I think it won't work then because we only guarantee to parse a subset of the API so unknown fields, etc would be dropped. What is your use case? |
My main use case is ad hoc scripts coupled with jq. I could see this perhaps On 09/19, David Sheets wrote:
|
I think only the gist subcommand supports this but it would be nice if all the commands did.
The text was updated successfully, but these errors were encountered: