fun list(firstResult: Int?, maxResults: Int?, like: String?): List<PreceptInfo>
Get list of precepts.
firstResult - when pagination starts or null
maxResults - amount of items per page or null
like - search string filter or null
Return
list with precepts