You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library locks you into providing only specific parameters. For example, \Api\CurrentUser:
The /user/repos endpoint has more parameters than just these, though, such as per_page, which is now being locked to 30 because users cannot specify a custom value.
If there is however a way to specify custom options without having to do any hacky things with $client->getHttpClient, I'd love to hear.
The text was updated successfully, but these errors were encountered:
The library locks you into providing only specific parameters. For example,
\Api\CurrentUser
:The
/user/repos
endpoint has more parameters than just these, though, such asper_page
, which is now being locked to 30 because users cannot specify a custom value.If there is however a way to specify custom options without having to do any hacky things with
$client->getHttpClient
, I'd love to hear.The text was updated successfully, but these errors were encountered: