Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Conversation

@nikhilsinhaparseable
Copy link
Contributor

updated APIs as per server changes:
Dashboard API changes:

GET /dashboards/{user_id} -> GET /dashboards
this fetches all dashboards for user fetched from HttpRequest

GET /dashboards/dashboard/{dashboard_id} -> GET /dashboards/{dashboard_id}
DELETE /dashboards/dashboard/{dashboard_id} -> DELETE /dashboards/{dashboard_id}
PUT /dashboards/dashboard/{dashboard_id} -> PUT /dashboards/{dashboard_id}

Filter API changes:
GET /filters/{user_id} -> GET /filters
this fetches all filters for user fetched from HttpRequest

GET /filters/filter/{filter_id} -> GET /filters/{filter_id}
DELETE /filters/filter/{filter_id} -> DELETE /filters/{filter_id}
PUT /filters/filter/{filter_id} -> PUT /filters/{filter_id}

nikhilsinhaparseable and others added 2 commits September 6, 2024 20:11
updated APIs as per server changes:
Dashboard API changes:

    GET /dashboards/{user_id} -> GET /dashboards
    this fetches all dashboards for user fetched from HttpRequest

    GET /dashboards/dashboard/{dashboard_id} -> GET /dashboards/{dashboard_id}
    DELETE /dashboards/dashboard/{dashboard_id} -> DELETE /dashboards/{dashboard_id}
    PUT /dashboards/dashboard/{dashboard_id} -> PUT /dashboards/{dashboard_id}

Filter API changes:
    GET /filters/{user_id} -> GET /filters
    this fetches all filters for user fetched from HttpRequest

    GET /filters/filter/{filter_id} -> GET /filters/{filter_id}
    DELETE /filters/filter/{filter_id} -> DELETE /filters/{filter_id}
    PUT /filters/filter/{filter_id} -> PUT /filters/{filter_id}
@nitisht nitisht merged commit e655ebe into parseablehq:main Sep 10, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants