Sha256: e5612505a12d4862cb3c61242904e252aba79137dbbf22f0de4d25c70802d03e
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
# WP::API Makes it incredibly easy and semantic to access Wordpress blogs that have the new, RESTful WP API plugin installed. ## Installation gem 'wp-api' bundle ## Usage ```ruby client = WP::API['yourwpsite.com'] # List all posts client.posts # List all users client.users ``` ## Author @colinyoung
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wp-api-0.0.2 | README.md |