gmail v0.1.5 Gmail.Helper

General helper functions.

Summary

Functions

Converts a map with string keys to a map with atom keys

Camelizes a string (with the first letter in lower case)

Functions

atomise_keys(map)

Specs

atomise_keys(map) :: map

Converts a map with string keys to a map with atom keys

camelize(str)

Camelizes a string (with the first letter in lower case)