fyyd_ex v0.2.2 Fyyd.User View Source
Handles requests regarding User.
Link to this section Summary
Functions
Takes the @expected_fields out of a given map and builds a %User{} struct out of it
Gets public available information about a registered account by it's id
Gets public available information about a registered account by it's nick
Link to this section Types
Link to this section Functions
Link to this function
extract_from_response(data) View Source
Takes the @expected_fields out of a given map and builds a %User{} struct out of it.
Link to this function
get(id) View Source
Gets public available information about a registered account by it's id
.
Link to this function
get_by_nick(nick) View Source
Gets public available information about a registered account by it's nick
.