Informatievlaanderen / VSDS-Linked-Data-Interactions

https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/
European Union Public License 1.2
4 stars 6 forks source link

LdesDiscoverer should be able to use all capabilities of the RequestExecutor #561

Closed Tomvbe closed 4 months ago

Tomvbe commented 4 months ago

Currently the discoverer is configured with a default NoAuthExecutor. This means that you cannot use the features described in https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/ldio/ldio-core/ldio-http-requester.

To make it possible to discover secured flows, pass custom headers, have rate limiting, etc. we should make it possible to use a fully configured RequestExecutor in the disoverer.

jobulcke commented 4 months ago

Resolved in https://github.com/Informatievlaanderen/VSDS-Linked-Data-Interactions/pull/586