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
The URIs can be retrieved from the API as follows: this.api.href(this.api.get(), 'materialItems').then(uri => { this.entityUri = uri }).
If the root api endpoint does not have some of them already, they can be added in the method apiAction() in IndexController.php.
The text was updated successfully, but these errors were encountered:
In files:
The URIs can be retrieved from the API as follows:
this.api.href(this.api.get(), 'materialItems').then(uri => { this.entityUri = uri })
.If the root api endpoint does not have some of them already, they can be added in the method
apiAction()
in IndexController.php.The text was updated successfully, but these errors were encountered: