Skip to content

Commit

Permalink
Adding ResourceServers::getAll()
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Mar 21, 2018
1 parent a9b45c9 commit 5065c19
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/API/Management/ResourceServers.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@

class ResourceServers extends GenericResource
{
/**
* @return mixed
*/
public function getAll()
{
return $this->apiClient->get()
->addPath('resource-servers')
->call();
}

/**
* @param string $id
* @return mixed
Expand Down

0 comments on commit 5065c19

Please sign in to comment.