Comparing version 1.1.2 to 1.1.3
@@ -5,3 +5,3 @@ { | ||
"description": "A client for working with WordPress.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/scottgonzalez/node-wordpress", | ||
@@ -8,0 +8,0 @@ "repository": { |
138
readme.md
@@ -36,6 +36,12 @@ # node-wordpress | ||
### Full Site Synchronization | ||
Looking for a way to manage your WordPress site without writing a bunch of code? Use [Gilded WordPress](https://github.com/scottgonzalez/gilded-wordpress) to easily synchronize your entire site from a local directory. | ||
## API | ||
*Note: In order to provide a slightly nicer API, the XML-RPC field names have been mapped to CamelCase names. In some cases, the names are also altered because the original names are awkward. See [the Fields section](#fields) for a list of fields by type.* | ||
### Client | ||
@@ -219,4 +225,136 @@ | ||
### Fields | ||
#### Files | ||
* name | ||
* type | ||
* bits | ||
* overwrite | ||
* postId | ||
#### Labels | ||
* addNewItem | ||
* addOrRemoveItems | ||
* allItems | ||
* chooseFromMostUsed | ||
* editItem | ||
* menuName | ||
* name | ||
* nameAdminBar | ||
* newItemName | ||
* parentItem | ||
* parentItemColon | ||
* popularItems | ||
* searchItems | ||
* separateItemsWithCommas | ||
* singularName | ||
* updateItem | ||
* viewItem | ||
#### Posts | ||
* author | ||
* commentStatus | ||
* content | ||
* customFields | ||
* date | ||
* excerpt | ||
* format | ||
* id | ||
* link | ||
* modified | ||
* menuOrder | ||
* name | ||
* pageTemplate | ||
* parent | ||
* password | ||
* pingStatus | ||
* status | ||
* sticky | ||
* terms | ||
* termNames | ||
* thumbnail | ||
* title | ||
* type | ||
#### Post Types | ||
* cap | ||
* capabilityType | ||
* description | ||
* _editLink | ||
* excludeFromSearch | ||
* hasArchive | ||
* hierarchical | ||
* label | ||
* labels | ||
* mapMetaCap | ||
* menuIcon | ||
* menuPosition | ||
* name | ||
* "public | ||
* publiclyQuerably | ||
* queryVar | ||
* rewrite | ||
* showInAdminBar | ||
* showInMenu | ||
* showInNavMenus | ||
* showUi | ||
* supports | ||
* taxonomies | ||
#### Post Type Capabilities | ||
* deleteOthersPosts | ||
* deletePost | ||
* deletePosts | ||
* deletePrivatePosts | ||
* deletePublishedPosts | ||
* editOthersPosts | ||
* editPost | ||
* editPosts | ||
* editPrivatePosts | ||
* editPublishedPosts | ||
* publishPosts | ||
* read | ||
* readPost | ||
* readPrivatePosts | ||
#### Taxonomies | ||
* cap | ||
* hierarchical | ||
* name | ||
* label | ||
* labels | ||
* objectType | ||
* public | ||
* queryVar | ||
* rewrite | ||
* showInNavMenus | ||
* showTagCloud | ||
* showUi | ||
#### Taxanomy Capabilities | ||
* assignTerms | ||
* deleteTerms | ||
* editTerms | ||
* manageTerms | ||
#### Terms | ||
* count | ||
* description | ||
* name | ||
* parent | ||
* slug | ||
* taxonomy | ||
* termId | ||
* termTaxonomyId | ||
## License | ||
@@ -223,0 +361,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62135
11
491
365