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
Currently, the Workspace layout calls the GET /sites/${siteName}/collections endpoint in the backend to retrieve the full list of collections in a repo. However, this endpoint no longer works, since it retrieves the list of collections from the _config.yml file.
Some work has been done on PR #117 on the backend (the new GET /:siteName/folders/all endpoint) which can be reused to make a new collections retrieval endpoint.
The text was updated successfully, but these errors were encountered:
Problem
Currently, the
Workspace
layout calls the GET/sites/${siteName}/collections
endpoint in the backend to retrieve the full list of collections in a repo. However, this endpoint no longer works, since it retrieves the list of collections from the_config.yml
file.Some work has been done on PR #117 on the backend (the new GET
/:siteName/folders/all
endpoint) which can be reused to make a new collections retrieval endpoint.The text was updated successfully, but these errors were encountered: