List codes

codes_list(limit = NULL, type = NULL, featured = NULL)

Arguments

limit

integer optional. The maximum number of codes to return.

type

string optional. The code's type; e.g., Code::FrontEnd.

featured

boolean optional. If true, return featured codes.

Value

An array containing the following fields:

id

integer, The ID for this code.

name

string, Name of code.

type

string, The code's type; e.g., Code::FrontEnd.

createdAt

string, The creation time for this code.

updatedAt

string, The last modification time for this code.