Skip to content

BugFixes

  1. Use logical OR || instead of bitwise OR |.
  2. do-while loops now check the received count prior to clearing lists.
  3. MergeRequest class is now public.
  4. Changed "merge_request" to "merge_requests" to match the API.
  5. Added "web_url" to User to match the API.

Merge request reports