inbo / etn

R package to access data from the European Tracking Network
https://inbo.github.io/etn/
MIT License
6 stars 5 forks source link

API Development Tracking #281

Closed PietrH closed 1 month ago

PietrH commented 1 year ago

This issue is a tracker of what functions have been rewritten to use the API.

Functions implemented in etnservice

Functions rewritten to use the API

use vcr for response caching

PietrH commented 1 year ago

Refer to #280 for the logistics around how we plan to handle backwards compatibility.

PietrH commented 1 year ago

There is possibly a permissions issue regarding write_dwc(), the function has been adapted on the side of etnservice to return a list object, to be further processed on the client side.

However at the moment I'm getting a HTTP 403 Forbidden error. I've contacted VLIZ about this.

PietrH commented 1 year ago

write_dwc is currently not working on the etnservice side, with a permission http error. I've deleted the test from postman to avoid monitor failure.

PietrH commented 1 month ago

vcr for tests, memoise for caching internally in the functions? (for list functions especially)