Skip to content

avargasv/ContribsGH2-Z-T

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API ContribsGH2-Z

A REST service that given the name of a GitHub organization returns a list of contributors (by organization or by repo) in JSON format, sorted by the number of contributions

Parallel version using ZIO HTTP and a Redis cache

How to use the service

  1. Clone the repository
  2. Run sbt under the repository's home directory
  3. After the sbt prompt '>' appears, execute the following sbt command:
    run
  4. Call the rest service with the following url:
    http://localhost:8080/org/{org_name}/contributors?group-level={organization|repo}&min-contribs={integer_value}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published