GistJSONConverter¶
Converts a JSON object from the GitHub gist API into a Gist. Handles the files object by iterating its key-value pairs and converting each value with GistFileJSONConverter.
Implements¶
- JSONConverter[Gist val] val
Constructors¶
create¶
Returns¶
- GistJSONConverter val^
Public Functions¶
apply¶
Converts a JSON object into a Gist.
Parameters¶
- json: JSONNav val
- creds: Credentials val
Returns¶
- Gist val ?
eq¶
Parameters¶
- that: GistJSONConverter val
Returns¶
- Bool val
ne¶
Parameters¶
- that: GistJSONConverter val
Returns¶
- Bool val