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)
Creates a SchoolUsers endpoint that will return all the Wordpress users for a specific school blog.
This PR:
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)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