Skip to content

api/client: split out a `RestClient` trait

Ben Boeckel requested to merge ben.boeckel/rust-gitlab:lazy-pagination into master

This allows a client to implement both Client traits without reimplementing rest_endpoint.

Merge request reports