php-github-api icon indicating copy to clipboard operation
php-github-api copied to clipboard

fix: minor bugs and doc update

Open haridarshan opened this issue 1 year ago • 0 comments

Fixes:

  • Add array parameter to repositories method of CurrentUser and User Api to pass additional parameters like per_page and makes the method future proof if GitHub decides to add more options and deprecate existing arguments in support of this new argument. (Ref: https://github.com/KnpLabs/php-github-api/issues/799#issuecomment-518367905)

Doc:

  • Update repositories method in CurrentUser and User doc
  • Add PR Merge in doc

Closes #1057, Closes #866, Closes #799

haridarshan avatar Apr 24 '23 11:04 haridarshan