{"id":18158670,"url":"https://github.com/codesalley/healtip-api","last_synced_at":"2026-04-10T21:04:35.495Z","repository":{"id":50146516,"uuid":"371676981","full_name":"codesalley/healtip-api","owner":"codesalley","description":"An API that allows users to create accounts and set up appointments with health professionals both in-person and remote","archived":false,"fork":false,"pushed_at":"2021-06-02T14:05:53.000Z","size":20948,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-13T08:15:49.840Z","etag":null,"topics":["api","json","jwt","rails","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesalley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-28T11:22:12.000Z","updated_at":"2021-06-04T07:44:40.000Z","dependencies_parsed_at":"2022-08-27T07:51:49.076Z","dependency_job_id":null,"html_url":"https://github.com/codesalley/healtip-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesalley%2Fhealtip-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesalley%2Fhealtip-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesalley%2Fhealtip-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesalley%2Fhealtip-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesalley","download_url":"https://codeload.github.com/codesalley/healtip-api/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247585199,"owners_count":20962301,"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","json","jwt","rails","ruby","ruby-on-rails"],"created_at":"2024-11-02T07:07:22.958Z","updated_at":"2026-04-10T21:04:35.395Z","avatar_url":"https://github.com/codesalley.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Healtip \n****An API that allows users to create accounts and set up appointments with health professionals both in-person and remote****\n\n\n### keywords \n\n- `` s-token: jwt token for authentication ``\n- `` type: [user, doctor] ``\n\n## Endpoints \n\n\n- ``METHOD: POST =\u003e  '/signup'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n    'type':  [user or doctor],\n  },\n  body: [email, password, full_name, category, age, location]\n    ````\n- ``METHOD: POST =\u003e  '/login'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n    'type': [user or doctor],\n  },\n  body: [email, password]\n    ````\n- ``METHOD: GET =\u003e  '/me'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n   'type': [user or doctor],\n   's-token': token,\n  },\n    ````\n- ``METHOD: GET =\u003e  '/doctors'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n   'type': 'user',\n   's-token': token,\n  },\n    ````\n- ``METHOD: GET =\u003e  '/appoitments'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n   'type': 'user',\n   's-token': token,\n  },\n    ````\n- ``METHOD: POST =\u003e  '/book'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n   'type': 'user',\n   's-token': token,\n  },\n\tbody: [user_id, doctor_id, time, location, info]\n    ````\n- ``METHOD: DELETE =\u003e  '/delete/:id'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n   'type': 'user',\n   's-token': token,\n  }\n- ``METHOD: PUT =\u003e  '/fav/:id'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n   'type': 'user',\n   's-token': token,\n  },\n- ``METHOD: PUT =\u003e  '/unfav/:id'``\n  ````\n  headers: {\n   'Content-Type': 'application/json',\n   'type': 'user',\n   's-token': token,\n  },\n\n# Gems \n\n- jwt\n- bcrypt\n- pg \n\n# Database \n\n- Postgresql\n\n## **Author**\n\n### Iddrisu Salley | Codesalley\n\n- [\\_\\_salley | Twitter](https://twitter.com/__salley)\n- [Iddrisu salley | LinkedIn](https://www.linkedin.com/in/dev-salley/)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/juxsalley/healtip-api/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesalley%2Fhealtip-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesalley%2Fhealtip-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesalley%2Fhealtip-api/lists"}