List codes
codes_list(limit = NULL, type = NULL, featured = NULL)
integer optional. The maximum number of codes to return.
string optional. The code's type; e.g., Code::FrontEnd.
boolean optional. If true, return featured codes.
An array containing the following fields:
integer, The ID for this code.
string, Name of code.
string, The code's type; e.g., Code::FrontEnd.
string, The creation time for this code.
string, The last modification time for this code.