{"id":20982225,"url":"https://github.com/sharpai/apiserver","last_synced_at":"2025-07-13T06:35:32.350Z","repository":{"id":113549534,"uuid":"293490595","full_name":"SharpAI/ApiServer","owner":"SharpAI","description":"On cloud or premise, the AutoML controller for DeepCamera","archived":false,"fork":false,"pushed_at":"2022-09-01T22:57:27.000Z","size":572255,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T20:38:29.932Z","etag":null,"topics":["api","deepcamera","face-recognition"],"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/SharpAI.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":"2020-09-07T10:03:46.000Z","updated_at":"2025-03-18T01:47:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5c403a1-2c0e-4c1e-87fe-98157b801336","html_url":"https://github.com/SharpAI/ApiServer","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2FApiServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2FApiServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2FApiServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2FApiServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SharpAI","download_url":"https://codeload.github.com/SharpAI/ApiServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254182884,"owners_count":22028372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","deepcamera","face-recognition"],"created_at":"2024-11-19T05:44:53.803Z","updated_at":"2025-07-13T06:35:32.345Z","avatar_url":"https://github.com/SharpAI.png","language":"JavaScript","readme":"# Get started [![Build Status](https://travis-ci.org/SharpAI/ApiServer.svg?branch=master)](https://travis-ci.org/SharpAI/ApiServer)\n\n## [Install Meteor(Offical)](https://www.meteor.com/install)\n### Windows\n```\nchoco install meteor\n```\n### OSX/Linux\n```\ncurl https://install.meteor.com/ | sh\n```\n## Start API Server\n```\ngit clone https://github.com/SharpAI/ApiServer\ncd ApiServer\nmeteor run\n```\n## Test REST API\n\n### Register New User\n```\ncurl -X POST -H \"Content-type: application/json\" http://localhost:3000/api/v1/sign-up -d '{\"username\": \"test11\", \"email\": \"xxxx@xxx.xx\", \"password\": \"xxxxxx\"}'\n{\n  \"success\": true\n}\n```\n### Get Token\n```\ncurl -X POST http://localhost:3000/api/v1/login/ -d \"username=test11\u0026password=xxxxxx\"\n{\n  \"status\": \"success\",\n  \"data\": {\n    \"authToken\": \"mGRTZ_aNbL2EAobchvLmmlLmbn2e5EXdj8WR8DmSZw0\",\n    \"userId\": \"s9pxAWqwHzLaBKP5w\"\n  }\n}\n```\n### Delete Token\n```\ncurl -X POST -H \"X-Auth-Token: mGRTZ_aNbL2EAobchvLmmlLmbn2e5EXdj8WR8DmSZw0\" -H \"X-User-Id: s9pxAWqwHzLaBKP5w\" http://localhost:3000/api/v1/logout\n{\n  \"status\": \"success\",\n  \"data\": {\n    \"message\": \"You've been logged out!\"\n  }\n}\n```\n\n# [Full API Document](API.md)\n\n\n## Test API Server setup at 165.232.62.29\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpai%2Fapiserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharpai%2Fapiserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpai%2Fapiserver/lists"}