We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be cool if WP Redirects could expose a JSON API that would allow for the creation of Redirects. I'm imagining just something simple like:
http://example.com/?wp_redirects_api=json
Payload:
apiKey
title
url
Output:
{"redirectURL": "http://example.com/r/redirect-title/"}
The text was updated successfully, but these errors were encountered:
Cool idea! Having something like this would allow for integration with stuff like JXA and command-line utilities that might script several redirects.
I'll add this to the todo list for the Next Release.
todo
Sorry, something went wrong.
No branches or pull requests
It would be cool if WP Redirects could expose a JSON API that would allow for the creation of Redirects. I'm imagining just something simple like:
Payload:
apiKey
: Secret API key.title
: Title of the Redirect.url
: URL to redirect to.Output:
The text was updated successfully, but these errors were encountered: