nerdishbynature / octokit.swift

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

Add missing properties of User #114

Closed mvolpato closed 3 years ago

mvolpato commented 3 years ago

I added some properties that were missing in the User model.

I also added a Plan model, which can be returned when you retrieve a user. As far as I know there is no direct API to request plans.

Tests added for Plan and on the unit test on the user_me.json file.

pietbrauer commented 3 years ago

Thanks again for your contribution!