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
These endpoints should return all code lists belonging to an organisation (frontend type CodeListResponse), to make caching easier on the frontend.
(Per now they either return a single code list or a string).
Implementation can be done by using existing method _codeListService.GetCodeLists(org, Repo, developer)
The text was updated successfully, but these errors were encountered:
Description
These endpoints should return all code lists belonging to an organisation (frontend type
CodeListResponse
), to make caching easier on the frontend.(Per now they either return a single code list or a string).
Implementation can be done by using existing method
_codeListService.GetCodeLists(org, Repo, developer)
The text was updated successfully, but these errors were encountered: