{"id":15640530,"url":"https://github.com/rusty1s/koa2-rest-api","last_synced_at":"2026-03-04T09:02:10.084Z","repository":{"id":94688689,"uuid":"50663653","full_name":"rusty1s/koa2-rest-api","owner":"rusty1s","description":"ES6 RESTFul Koa2 API with Mongoose and OAuth2","archived":false,"fork":false,"pushed_at":"2016-10-15T10:38:14.000Z","size":45,"stargazers_count":75,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-01T18:08:13.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rusty1s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-29T13:21:48.000Z","updated_at":"2024-02-21T17:32:21.000Z","dependencies_parsed_at":"2023-03-13T16:57:59.761Z","dependency_job_id":null,"html_url":"https://github.com/rusty1s/koa2-rest-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rusty1s/koa2-rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty1s%2Fkoa2-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty1s%2Fkoa2-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty1s%2Fkoa2-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty1s%2Fkoa2-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rusty1s","download_url":"https://codeload.github.com/rusty1s/koa2-rest-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusty1s%2Fkoa2-rest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30076935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T11:36:57.762Z","updated_at":"2026-03-04T09:02:10.066Z","avatar_url":"https://github.com/rusty1s.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starter project for an ES6 RESTFul Koa2 API with Mongoose and OAuth2\n\ncurrently in development...\n\n## OAuth2 Provider\n\nYou need to create a `provider.js` file in `server/auth` and add your oAuth2 provider credentials, like:\n\n```js\n'use strict';\n\nexport const facebook = {\n  clientId: YOUR_CLIENT_ID,\n  clientSecret: YOUR_CLIENT_SECRET,\n  route: '/auth/facebook',\n  callbackRoute: '/auth/facebook/callback',\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusty1s%2Fkoa2-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frusty1s%2Fkoa2-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusty1s%2Fkoa2-rest-api/lists"}