-
Notifications
You must be signed in to change notification settings - Fork 0
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
Query for Supported Queries #7
Comments
Micropub for WordPress actually does do this now. |
I think this is a great idea and plan to add support for this in both my abode software and Indigenous for iOS. I'm not sure about the property name, q (although matching the query parameter) seems a little vague. Maybe we call it queries? Because that I think this is great. I would expect that the value would be an array of strings and each of the strings would be query to the ?q= values that are supported? For example my site would return {
"other": "stuff",
"queries": [
"source",
"syndicate-to",
"category",
"contact"
]
} Does that look right and is that how you are doing it, @dshanske ? |
I think I am using q |
Basically to match the query |
That makes sense. Does that rest of it match? |
Essentially strings that match what gets entered into ?q= |
That is exactly it. |
Drupal supports this too now, see swentel/indieweb#373 In a way, returning 'config' in the 'q' array seems a bit redundant no ? Also, I think you an add 'geo' now too (unless that's added differently) |
This is supported in my Micropub server and can be seen in https://www-api.jvt.me/micropub?q=config |
I think it would be useful to document the behavior if there is no |
This query is supported by Indiekit. |
Separating this from #1.
Proposing that the config query contain a property called q that shows what commands the endpoint will respond to.
The text was updated successfully, but these errors were encountered: