hydroserver2 / hydroserver

Documentation and issue tracker for HydroServer and related applications
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Update all API query parameters to camelCase #179

Open kjlippold opened 4 months ago

kjlippold commented 4 months ago

Describe the feature you'd like and what it will do

The following query parameters in the Data Management API should be updated to camelCase:

  1. Things/modified_since
  2. Things/owned_only
  3. Things/primary_owned_only
  4. Datastreams/modified_since
  5. Datastreams/owned_only
  6. Datastreams/primary_owned_only
  7. DatastreamMetadata/include_assignable_metadata

The API docs should also use camelCase for path parameters.

Why is this feature important?

This change will ensure greater consistency within the API and documentation, and make it easier for JavaScript clients to interact with the API.

Is your feature request related to a problem? Please describe.

No response

Any additional comments?

No response