You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
benedeki
changed the title
Add the ability to query REST endpoints from Info module
Add the ability to query REST endpoints from Reader module
Sep 4, 2024
* class `Reader` an expect ancestor to all reader, that is able to query the Atum server easily
* class `ServerSetup` to pack Atum server access information
* trait `PartitioningIdProvider` to add ability to easily get Partitioning ID
* `RequestResult[R]` represents an Atum server query response.
* Offered implicits for `MonadError` type class needed for `Reader` and `ReaderWithPartitioningId` - there are `Future`, Cats `IO`
* `AtumPartitions` and `AdditionalData` moved from _Agent_ to _Module_
* `ErrorResponse` received a method to decode from Json based on http status code
* README.md update
---------
Co-authored-by: Ladislav Sulak <[email protected]>
Background
The initial implementation of the Reader module.
Feature
Implement the shared ability to query the (Atum) REST endpoints.
Choose the proper async wrapper (
Future
,IO
,ZIO
...)The text was updated successfully, but these errors were encountered: