random_user v0.1.2 RandomUser.Parser

Summary

Functions

This will convert map keys to atoms and allow you to access keys with dot notation

Retrieve the relevant results

Functions

parse(results)

This will convert map keys to atoms and allow you to access keys with dot notation

Examples

res = RandomUser.Random.one |> RandomUser.Parser.results |> RandomUser.Parser.parse
res.gender
res.picture["large"]
results(response)

Retrieve the relevant results

Examples

RandomUser.Random.one |> RandomUser.Parser.results