Sha256: a8a90e7d453e59aa3b9e90d4acd9d96737608c80c35c014287c249781c829b37

Contents?: true

Size: 604 Bytes

Versions: 4

Compression:

Stored size: 604 Bytes

Contents

# WP::API

[![Circle CI](https://circleci.com/gh/colinyoung/wp-api.png?style=badge)](https://circleci.com/gh/colinyoung/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

## Note

This gem requires Ruby 2.0, which is the [oldest currently supported version of Ruby](https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/).

## Usage

```ruby
client = WP::API['yourwpsite.com']

# List all posts
client.posts

# List all users
client.users
```

## Author

@colinyoung

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wp-api-0.1.2 README.md
wp-api-0.1.1 README.md
wp-api-0.0.4 README.md
wp-api-0.0.3 README.md