Skip to content

Write documentation for URL namespacing of backend URLs #9435

@marcellamaki

Description

@marcellamaki

There is a URL namespacing used throughout the code base. Implicitly inside the API resource layer, and explicitly in some parts of the frontend code, e.g.

...
return client({ url: urls['kolibri:core:driveinfo-list']() }).then(({ data }) =>
...

When updating the dev docs and "how-tos" for working with API endpoints and URLs in general, more explanation should be added as part of this.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions