Statuses (statuses v1.0.0)
Documentation for Statuses
.
Link to this section Summary
Functions
parse_json/0
returns a list of maps containing statuses. <br />
Link to this section Functions
Link to this function
parse_json()
parse_json/0
returns a list of maps containing statuses. <br />
The format returned is:
[
%{
id: "1",
text: "verified"
},
...
]
All statuses MUST have an id
and text
field. <br />
Ideally they should also have a desc
(description), <br />
please help to expand/verify others. <br />