{"id":22493032,"url":"https://github.com/gedgonz/contactapp","last_synced_at":"2026-04-07T08:32:13.489Z","repository":{"id":120924834,"uuid":"344003231","full_name":"GedGonz/Contactapp","owner":"GedGonz","description":"Basic api to create contacts","archived":false,"fork":false,"pushed_at":"2021-03-13T23:15:55.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T20:45:38.198Z","etag":null,"topics":["async-await","babel","express","glitch-me","jwt","mongodb","mongoose","nodejs"],"latest_commit_sha":null,"homepage":"https://apicontacts.glitch.me/","language":"JavaScript","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/GedGonz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-03T04:39:32.000Z","updated_at":"2021-03-13T23:17:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"53c04f12-918d-4a2b-b625-35d11dafe698","html_url":"https://github.com/GedGonz/Contactapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GedGonz/Contactapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedGonz%2FContactapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedGonz%2FContactapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedGonz%2FContactapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedGonz%2FContactapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GedGonz","download_url":"https://codeload.github.com/GedGonz/Contactapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedGonz%2FContactapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31506562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["async-await","babel","express","glitch-me","jwt","mongodb","mongoose","nodejs"],"created_at":"2024-12-06T18:31:03.683Z","updated_at":"2026-04-07T08:32:13.470Z","avatar_url":"https://github.com/GedGonz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contactapp\n\nThis is a api basic developed with NodeJS for practices,\nUsing JWT for the authentication\n\nThis api use syntax current JavaScript and Babel for the convertion syntax\n\n\n## Mathod from the API\n\nWill be able to access to api with the nexts routes:\n\nURL: https://apicontacts.glitch.me\n\n```cs\n\n/api/contact   -\u003e (GET) Get the list from all contacts.\n                        \n/api/contact   -\u003e (POST) Create a new contact.\n\n/api/contact   -\u003e (PUT) Update a contact.\n\n/api/contact   -\u003e (DELETE) Delete a contact.\n```\n\nTo make request from url is necessary generate a token for the authorization,\nthis authorization can do it to url:\n\n\n```cs\n\n/api/user   -\u003e (POST) Token request for sent user.\n\n```\nFor example in the body from request\n```cs\n{\n  \"Username\":\"gedgonz\",\n  \"Password\":\"123\"\n}\n```\nThis request respond with the toke object\n\nfor example\n```cs\n{\n    \"auth\": true,\n    \"toke\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Il9pZCI6IjYwNGQzMjI1ZTIwYjQxMTE1YmJmNmY0ZCIsIlVzZXJuYW1lIjoiZ2VkZ29ueiIsIlBhc3N3b3JkIjoiJDJiJDEwJDdFMjNGRDJXbm9ZdHAuSzBldVVibC5xOUlDcWhIdXJrU0xtSEJQbDg3WUJQakJFb2plc1VlIiwiY3JlYXRlZEF0IjoiMjAyMS0wMy0xM1QyMTo0NDowNS43NzlaIiwidXBkYXRlZEF0IjoiMjAyMS0wMy0xM1QyMTo0NDowNS43NzlaIn0sImlhdCI6MTYxNTY3MjQ1NSwiZXhwIjoxNjE1NzU4ODU1fQ.fryIIi-MlwqjpHF4q4672U77FKJqsrIAQpqPTVDBz-s\"\n}\n\n```\nI hope it was clear! 😎\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedgonz%2Fcontactapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedgonz%2Fcontactapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedgonz%2Fcontactapp/lists"}