farnoy / github-api-client

v2+v3 GitHub API Ruby client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data retrieval in form of JSON instead of YAML

farnoy opened this issue · comments

YAML made some problems already, when it once came with keys in form of a string, and later in ruby symbols. JSON will solve this issue while being smaller to transfer from api.github.com.

done in redesign branch