Περιγραφή
SwaggerUI used to make WordPress REST API endpoint have a interactive UI, so we can check our API endpoint directly from the website it self
Feature:
- Support for GET, POST, PUT, PATCH and DELETE request method
- Support for Auth Basic authorization method
- Choose which namespace API that will be used on the SwaggerUI
Εγκατάσταση
This plugin can be installed directly from your site.
- Log in and navigate to Plugins > Add New.
- Type “WP API SwaggerUI” into the Search and hit Enter.
- Locate the WP API SwaggerUI plugin in the list of search results and click Install Now.
- Once installed, click the Activate link.
Κριτικές
30 Σεπτεμβρίου 2020
All work on 5.5.1
24 Σεπτεμβρίου 2020
Awesome plugin and very good execution. When you've multiple active plugins that you need to manage and publish documentation about the API, that's a perfect way to automate the boring task.
Kudos.
1 Ιουνίου 2020
I was looking for a tool to automatically create documentation from the REST API definition. It's exactly this!
4 Απριλίου 2020
Thanks a lot for your work on this plugin.
12 Φεβρουαρίου 2020
Thanks for your great and easy to use plugin!
8 Οκτωβρίου 2019
Great idea!
It picks up all your rest routes automatically and provides you with a documentation page where you can provide a basic auth login/password and try it out.
Awesome and love it.
Thanks for making such a handy tool.
Συνεισφέροντες & Προγραμματιστές
“WP API SwaggerUI” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WP API SwaggerUI” στην γλώσσα σας.
Interested in development?
Περιηγηθείτε στον κώδικα , ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών μέσω RSS .
Σύνοψη αλλαγών
1.1.1
- Put back missing header element
1.1.0
- Use swagger-ui npm version
- Auto tags on endpoint
1.0.9
- Fix readme typo
1.0.8
- Restore custom port support
1.0.7
- Support
produces
andconsumes
directly via register_rest_route 3rd parameter
1.0.6
- Change site_url to home_url
1.0.5
- Support summary and desription on each endpoint api
1.0.4
- make WooCommerce REST API Key works on Swagger Docs Auth
1.0.3
- change template_include priority
- change dtermine_current_user priority
1.0.2
- Ensure REDIRECT_HTTP_AUTHORIZATION is not empty
1.0.1
- Auto add params from path
1.0
- Initial release