Skip to content

Older URI parameter for pageSize, should be page-size #42

@krowvin

Description

@krowvin

I believe an older version of CDA ( RADAR ? ) used camelCase instead of kebab-case for the URI parameters.

"pageSize": -1, # always fetch all results

New Version

image

This came up because a user was wanting to fetch a months worth of hourly data and interlace / pull out the 8am values for the report. (They don't have a daily timeseries) and it is faster to pull one large call for hourly than make 31 8am calls.

In that spirit, should we try to handle this somehow and/or tell the user via WARN message that they hit the limit?

Related to

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions