Skip to content

yonatanmgr/os-il-api

Repository files navigation

API for opensource-il.

Routes

  • /api/reposdb - Returns a list of repositories, scraped from the projects header.
  • /api/compsdb - Returns a list of organizations, scraped from the companies header, along with all their repos (heavy response, currently not using this).
  • api/company/{company} - Returns a specific company along with its repositories.
  • api/allcomps - Returns a list of organizations without their repositories.