Περιγραφή
wp-api translates your whole wordpress blog into a JSON formatted api. you can use many different methods to retrieve
information about posts, pages, authors, tags and categories. You may also use the api methods to submit new comments.
We had to write this plugin from ground up because we were working on an adobe air mobile project that required us to
show posts from a wordpress site! we’re still upgrading the app and we need to upgrade this api even more also. so we
decided to put it up on wordpress directory for everyone to use and have fun 🙂
to get detailed description on how to use the api, go to wp-api page from the ‘settings’ menu to see the methods and examples.
Εγκατάσταση
- Upload the
wp-api
folder to/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to
wp-api
page in theSettings
menu
Συχνές Ερωτήσεις
- Are you going to upgrade this plugin to do more stuff?
-
Yes, there are many features that we’re hoping to add to the api. it’s just a matter of time. please feel free to follow us on
facebook for the latest news and updates to the plugin.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“WP API” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WP API” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.3
- fixed comment parents. you can chooes which parent to post your comment to.
1.0.2
- set type argument for get_posts and search method
- create Continue reading for post_excerpt
- change nicename to nickname in all methods
1.0.1
- removed the jQuery for better performance in the control panel
1.0
- uploaded to wordpress directory