Skip to content

Add params to create_project method

darlaam requested to merge darlaam/rust-gitlab:create_params into master

Modify the method create_project to use a params: CreateProjectParams argument, so that every param allowed by the api can be passed to the method.

Merge request reports