Skip to content

Change the format of GET /frame request #17

Description

@arnabsen1729

Description

Right now a GET request to /frame fetches all the frame data, since the data is very big, it takes a considerable amount of time, causing performance issue. A better approach would be to add another endpoint, which will GET a frame by id. /frame?id=.

Now the GET request to /frame will respond with an array of Frame_ids, without the frame data. Hence performance will be improved. And then GET request to /frame?id= with the id will return the Frame object.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions