Skip to content
Snippets Groups Projects

feat(plugins): data overlays (MIN-222)

Merged mateusz-winiarczyk requested to merge MIN-222-data-overlays into development
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -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();
```
Loading