You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2019. It is now read-only.
On the frontend, I need the territories, and their related PoliticalEntity's color.
@whirish proposed to return the color for requests on
/territories. I solves my immediate problem, but it's not really future-proof.Proposal:
/territories?include=politicalentity, cf https://jsonapi.org/format/#fetching-includesNotes:
?fields=...to only return relevant fields, https://developers.google.com/tasks/performance#partial-response.