-
Notifications
You must be signed in to change notification settings - Fork 3
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
Queries should return JSON #8
Comments
Note fields that are in the webmention.io JSON not present in Whim's storage. (This is based on a read of webmention.io's homepage and README, and more could be gleaned from experimental usage, digging through the code, and and asking Aaron about it.)
|
I am removing this from the first public release milestone. It's a feature worth adding, but with the |
This is a first, half-hapharded stab at it, but maybe it can be useful to start on jmacdotorg#8
This is a first, half-hapharded stab at it, but maybe it can be useful to start on jmacdotorg#8
The
query
subcommand should be able to output JSON.This JSON should be compatible with webmention.io's JSON output, such that a piece of software able to parse and display things from webmention.io should be able to treat output from Brisote in the same way.
The output can contain additional fields particular to Brisote.
I think that this should be the default behavior of
query
, relegating human-readable, plain-text output to the use of an-h
flag or the like.The text was updated successfully, but these errors were encountered: