Skip to content
Snippets Groups Projects
Commit 55ec910c authored by mateusz-winiarczyk's avatar mateusz-winiarczyk
Browse files

docs(plugins): add description about get api urls

parent 154747a2
No related branches found
No related tags found
1 merge request!152feat(plugins): data overlays (MIN-222)
Pipeline #87371 passed
......@@ -46,3 +46,12 @@ To get organism identifier associated with the project, plugins can use the `get
```javascript
window.minerva.project.data.getOrganism();
```
**Get Api Urls:**
To get Api urls associated with the project, plugins can use the `getApiUrls` method defined in `window.minerva.project.data` object.
##### Example usage of getApiUrls method:
```javascript
window.minerva.project.data.getApiUrls();
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment