Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yonatanmgr committed Apr 1, 2023
2 parents 4466d78 + 908188b commit 04a6f76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
API for [opensource-il](https://opensource-il.vercel.app/).

## Routes

- `/api/reposdb` - Returns a list of repositories, scraped from [the projects header](https://github.com/lirantal/awesome-opensource-israel#projects-by-main-language).
- `/api/compsdb` - Returns a list of organizations, scraped from [the companies header](https://github.com/lirantal/awesome-opensource-israel#companies), 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.

1 comment on commit 04a6f76

@vercel
Copy link

@vercel vercel bot commented on 04a6f76 Apr 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

os-il-api – ./

os-il-api.vercel.app
os-il-api-yonatanmgr.vercel.app
os-il-api-git-main-yonatanmgr.vercel.app

Please sign in to comment.