Closed pilcrowonpaper closed 3 months ago
For future reference, I came to the conclusion that Oslo shouldn't rely on the Fetch API. I definitely have some issues with it, but more importantly though, relying on the API (even just its interfaces) is a sign that the package is a bit too high level for the project.
This PR removes request builders (the
RequestContext
classes) from the package, leaving only response parsers (theRequestResult
classes). This is essentially a reset of the package.