Skip to content

Add missing API to get raw file from repository

Nicholas Bailey requested to merge baileyn/rust-gitlab:get-file-raw into master

I have made the changes requested in !265 (closed).

These changes included:

  • Remove unnecessary use in src/api/projects/repository/files/file_raw.rs
  • Remove #[builder(setter(strip_option))] from src/api/projects/repository/files/file_raw.rs

The only additional change that was mentioned was adding to the CHANGELOG. I was just curious what version number to use for that. I was going to add the following:

# v0.1305.1

## Additions

- Added `gitlab::api::projects::repository::files::FileRaw`

I was just concerned based on the README, it seems like the version used should match when the API was added to Gitlab? Just wanted to get confirmation on this before I made the commit.

Edited by Nicholas Bailey

Merge request reports