varsitynewsnetwork / wordpress-rest-api-client

A Wordpress API client for PHP
77 stars 63 forks source link

Coaches -> Sportshub #7

Closed joshjwalker closed 7 years ago

joshjwalker commented 7 years ago

This PR:

  1. Creates a setWordpressUrl function, so that we can set the url outside of the constructor (this was so we could register the classes in the API container without needing a dynamic wordpress url)

  2. Creates a SchoolUsers endpoint that will return all the Wordpress users for a specific school blog.

Dependent on https://github.com/varsitynewsnetwork/sportshub/pull/596