Ken A. Redergård

Results 2 comments of Ken A. Redergård

Figured out how to do it with the current API, added the snippet below in case someone else need to do this. ```rust let filename = file.file_name().unwrap().to_str().unwrap(); let mut new_url...

Just some input regarding models for communicating with the GitHub REST API. Would it be interesting to use the OpenAPI definitions for the GitHub REST API? I see that they...