buildSrc/src/main/java/org/grails/airtable/AirtableApi.java [50:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    RecordList list(@Header String authorization,
                            @NonNull @NotBlank @PathVariable String version,
                            @NonNull @NotBlank @PathVariable String baseId,
                            @NonNull @NotBlank @PathVariable String table,
                            @Nullable @QueryValue("fields[]") List<String> fields,
                            @Nullable @QueryValue String filterByFormula,
                            @Nullable @QueryValue Integer maxRecords,
                            @Nullable @QueryValue Integer pageSize,
                            @Nullable @QueryValue List<Sort> sort,
                            @Nullable @QueryValue String view,
                            @Nullable @QueryValue CellFormat cellFormat,
                            @Nullable @QueryValue TimeZone timeZone,
                            @Nullable @QueryValue UserLocale userLocale);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



buildSrc/src/main/java/org/grails/airtable/AirtableClient.java [40:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    RecordList list(@Header String authorization,
                            @NonNull @NotBlank @PathVariable String version,
                            @NonNull @NotBlank @PathVariable String baseId,
                            @NonNull @NotBlank @PathVariable String table,
                            @Nullable @QueryValue("fields[]") List<String> fields,
                            @Nullable @QueryValue String filterByFormula,
                            @Nullable @QueryValue Integer maxRecords,
                            @Nullable @QueryValue Integer pageSize,
                            @Nullable @QueryValue List<Sort> sort,
                            @Nullable @QueryValue String view,
                            @Nullable @QueryValue CellFormat cellFormat,
                            @Nullable @QueryValue TimeZone timeZone,
                            @Nullable @QueryValue UserLocale userLocale);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



