{"id":21676890,"url":"https://github.com/rasbeetech/issue-tracker","last_synced_at":"2026-04-13T19:31:10.915Z","repository":{"id":135281524,"uuid":"377658480","full_name":"RasbeeTech/Issue-Tracker","owner":"RasbeeTech","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-18T01:54:05.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T15:36:11.899Z","etag":null,"topics":["api","api-restful","automated-testing","chai","chai-http","css","expressjs","html","javascript","mocha","mongodb","mongoosejs","nodejs","testing"],"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/RasbeeTech.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":"2021-06-17T00:09:09.000Z","updated_at":"2021-07-06T10:56:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"c704c0a9-b911-4b22-919d-24fc284788ba","html_url":"https://github.com/RasbeeTech/Issue-Tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RasbeeTech/Issue-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FIssue-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FIssue-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FIssue-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FIssue-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RasbeeTech","download_url":"https://codeload.github.com/RasbeeTech/Issue-Tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FIssue-Tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["api","api-restful","automated-testing","chai","chai-http","css","expressjs","html","javascript","mocha","mongodb","mongoosejs","nodejs","testing"],"created_at":"2024-11-25T14:16:45.669Z","updated_at":"2026-04-13T19:31:10.889Z","avatar_url":"https://github.com/RasbeeTech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Issue-Tracker\nAPI service for tracking project issues.\n\n### Purpose:\nPractice implementing unit and integrated Mocha Chai-HTTP testing.\n \n### Usage examples:\nGet all issues for project:  \n```\nGET /api/issues/{project_name}\n```\nCreate new issue:  \n```\nPOST /api/issues/{project_name}\n```\nUpdate issue:  \n```\nPUT /api/issues/{project_name}\n```\nDelete Issue.  \n```\nDELETE /api/issues/{project_name}\n```\n### Example return:\n```\n[\n{ \n\"_id\": \"5871dda29faedc3491ff93bb\",\n\"issue_title\": \"Fix error in posting data\",\n\"issue_text\": \"When we post data it has an error.\",\n\"created_on\": \"2017-01-08T06:35:14.240Z\",\n\"updated_on\": \"2017-01-08T06:35:14.240Z\",\n\"created_by\": \"Joe\",\n\"assigned_to\": \"Joe\",\n\"open\": true,\n\"status_text\": \"In QA\"\n},\n...\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasbeetech%2Fissue-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasbeetech%2Fissue-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasbeetech%2Fissue-tracker/lists"}