aj-foster / open-api-github

GitHub REST API client for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Overrides of Generated Data

aj-foster opened this issue · comments

Similar to factory libraries, we should allow overriding generated data in calls to generate_gh. Preferably the function should accept a keyword list or a map, and it should only copy valid keys (raising for invalid keys).