Migrating a REST-API implementation from Akka to ZIO
Briefly

The implementation of a REST service based on the GitHub REST API v3 that responds to a GET request at port 8080 and endpoint The requests to the service must accept two parameters, one to choose between a repository-based or an organization-based accumulation of the contributions, and another to establish a minimum number of contributions for a contributor to appear explicitly in the response. The parameter names are 'group-level' and 'min-contribs', respectively.
The structure of the problem asked for a solution composed of three modules: a REST server to implement the endpoint of the service, a REST client to get the necessary data from GitHub, and a processing module.
Read at Medium
[
add
]
[
|
|
]