Posts content to GitLab
Summary
Functions
Gets file content from GitLab
Creates a commit with the filecontent to GitLab
Updates a file on GitLab
Functions
@spec get_file(String.t(), String.t(), String.t(), String.t(), String.t()) :: {:ko, atom(), any()} | {:ok, String.t()}
Gets file content from GitLab
@spec new_file(String.t(), String.t(), String.t(), String.t(), String.t(), String.t()) :: {:ko, atom(), any()} | {:ok, :content_created}
Creates a commit with the filecontent to GitLab
@spec update_file( String.t(), String.t(), String.t(), String.t(), String.t(), String.t() ) :: {:ko, atom(), any()} | {:ok, :content_updated}
Updates a file on GitLab