GistFileJSONConverter¶
Converts a JSON object representing a single gist file into a GistFile. Optional fields that may be absent in list responses are extracted with try/else None.
Implements¶
- JSONConverter[GistFile val] val
Constructors¶
create¶
Returns¶
Public Functions¶
apply¶
Converts a JSON object into a GistFile.
Parameters¶
- json: JSONNav val
- creds: Credentials val
Returns¶
- GistFile val ?
eq¶
Parameters¶
- that: GistFileJSONConverter val
Returns¶
- Bool val
ne¶
Parameters¶
- that: GistFileJSONConverter val
Returns¶
- Bool val