Skip to content

Avoid unnecessary API calls#5

Open
nekketsuuu wants to merge 1 commit into
masterfrom
nekketsuuu-performance
Open

Avoid unnecessary API calls#5
nekketsuuu wants to merge 1 commit into
masterfrom
nekketsuuu-performance

Conversation

@nekketsuuu

Copy link
Copy Markdown
  • Project#workbooks can be roughly filtered by server side
  • The owner's user ID of a workbook is responded as workbook.owner_id; getting it by workbook.owner.id instead needs an additional request
  • Workbook#views can be retrieved via workbook-specific views endpoint (/workbooks//views)

I'm not sure why we can't filter by an ID instead of a name.

- Project#workbooks can be roughly filtered by server side
- The owner's user ID of a workbook is responded as workbook.owner_id; getting it by workbook.owner.id instead needs an additional request
- Workbook#views can be retrieved via workbook-specific views endpoint (/workbooks/<id>/views)

I'm not sure why we can't filter by an ID instead of a name.
@nekketsuuu nekketsuuu requested review from a team, coord-e and robertomiranda June 18, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant