yanyongyu / githubkit

The modern, all-batteries-included GitHub SDK for Python, including rest api, graphql, webhooks, like octokit!
MIT License
159 stars 21 forks source link

Fix: Allow Organization `name` and `blog` to be nullable #49

Closed frankie567 closed 9 months ago

frankie567 commented 9 months ago

As discussed in #47, we've discovered another GitHub schema inconsistency: name and blog properties can actually be null.

Related to https://github.com/github/rest-api-description/issues/2507