2017 © Pedro Peláez
 

library client

Client for the WordPress JSON REST API

image

wp-api/client

Client for the WordPress JSON REST API

  • Tuesday, May 27, 2014
  • by rmccue
  • Repository
  • 11 Watchers
  • 54 Stars
  • 5,791 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 19 Forks
  • 6 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

WordPress API Client

This client software is the reference implementation of an API client for the JSON REST API and also the independent testing suite for the API., (*1)

The API client library, testing software is ISC Licensed (similar to the new BSD license) and depends only on Requests, which is bundled with the client., (*2)

(Eventually, this will use Composer instead, and allow using other client libraries.), (*3)

Running the Tests

To run the API test suite, simply execute the following:, (*4)

$ cd tests/
$ phpunit

You can also add Client or Server after phpunit to test a single component from these., (*5)

The Versions

27/05 2014

dev-master

9999999-dev

Client for the WordPress JSON REST API

  Sources   Download

GPL

The Requires