twindan

Results 2 issues of twindan

The /namespaces API ([https://docs.gitlab.com/ee/api/namespaces.html](url)) returns a list of all namespaces available to a user. It seems like the type returned from that API is compatable with GitLabApiClient.Models.Projects.Responses.Namespace.

The current implementation of addMedia() uses a multi-part form post to upload the file. The problem is that the Python requests library will load the entire file into memory when...