aj-foster / open-api-github

GitHub REST API client for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypedDecoder: Add Union Type for GitHub.Repository.Rule*

aj-foster opened this issue · comments

A recent update of the spec introduced repository rules, which are communicated in a large union type. A special case of the typed decoder is necessary to handle this correctly.

Resolved by aad1ca8