Another issue with Nomisma reconciliation is that it requires POST requests for some reason. This causes API URLs in Cocoda not to work (see https://github.com/gbv/cocoda/issues/472). If we rewrite GET requests into POST requests, we could start using GET requests only in Cocoda and still have it work (because GET requests work with all other reconciliation providers that are currently available).
Another issue with Nomisma reconciliation is that it requires POST requests for some reason. This causes API URLs in Cocoda not to work (see https://github.com/gbv/cocoda/issues/472). If we rewrite GET requests into POST requests, we could start using GET requests only in Cocoda and still have it work (because GET requests work with all other reconciliation providers that are currently available).