nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
488 stars 126 forks source link

Implement the API endpoint for listing releases #116

Closed 417-72KI closed 3 years ago

417-72KI commented 3 years ago

Implements the API endpoint to list releases on a GitHub repository.

Also fixes some properties which will be null when the draft release is returned from API.

417-72KI commented 3 years ago

@MaxDesiatov Thank you for reviewing!

I'm ready to split long lines, but if I do that, it will be different style from other lines. Is it acceptable?

MaxDesiatov commented 3 years ago

Maybe some formatting rules applied with SwiftFormat could be introduced in a separate PR? I'll defer to @AvdLee on this matter

pietbrauer commented 3 years ago

Thanks a lot!