https://github.com/zetdev/jira-restapi-client/blob/9f30be722eff9b138e63507eb86d3676d636a57f/src/Jira/Api/Client/OauthClient.php#L52 Should be $this->_restApiUri; instead of $this->restApiUri;
jira-restapi-client/src/Jira/Api/Client/OauthClient.php
Line 52 in 9f30be7
Should be
$this->_restApiUri;
instead of
$this->restApiUri;