gbif / edna-tool-ui

Frontend for the eDNA tool
2 stars 1 forks source link

Make it possible to associate a network with a dataset (e.g. OBIS) #109

Open thomasstjerne opened 4 days ago

thomasstjerne commented 4 days ago

How is this done with the Legacy API 🤔

mike-podolskiy90 commented 4 days ago

IPT API: GET https://gbrds.gbif-uat.org/registry/network.json - all networks GET https://gbrds.gbif-uat.org/registry/resource//network - resource networks POST https://gbrds.gbif-uat.org/registry/resource//network/ - add network DELETE https://gbrds.gbif-uat.org/registry/resource//network/ - delete network

v1 API: POST https://api.gbif-uat.org/v1/network/{key}/constituents/{datasetKey} DELETE https://api.gbif-uat.org/v1/network/{key}/constituents/{datasetKey}