{"id":22493056,"url":"https://github.com/gedgonz/api","last_synced_at":"2025-07-24T13:01:53.369Z","repository":{"id":120924311,"uuid":"166905876","full_name":"GedGonz/API","owner":"GedGonz","description":"API REST para el consumo de los datos de una Agenda","archived":false,"fork":false,"pushed_at":"2019-01-22T22:11:56.000Z","size":11212,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T23:15:25.911Z","etag":null,"topics":["api","azure","csharp","http"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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":"2019-01-22T01:30:38.000Z","updated_at":"2019-01-22T22:11:58.000Z","dependencies_parsed_at":"2024-07-29T01:34:23.625Z","dependency_job_id":null,"html_url":"https://github.com/GedGonz/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/GedGonz%2FAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedGonz%2FAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedGonz%2FAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedGonz%2FAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GedGonz","download_url":"https://codeload.github.com/GedGonz/API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924442,"owners_count":20694728,"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","azure","csharp","http"],"created_at":"2024-12-06T18:31:26.433Z","updated_at":"2025-03-27T20:44:05.702Z","avatar_url":"https://github.com/GedGonz.png","language":"CSS","readme":"# API REST\n\nAPI REST FULL \nConsulta los registros de una Base de datos donde realiza las siguientes operaciones:\n\n+ GET: Obtiene toda las tareas. \n\n   ruta: /api/v1/Tarea\n\n+ GET(id): Obtiene una tarea.   \n\n   ruta: /api/v1/Tarea/id\n\n+ POST: Agrega nuevas tareas.   \n   \n   ruta: /api/v1/Tarea\n\n+ PUT: Actualiza una tarea.     \n\n   ruta: /api/v1/Tarea\n\n+ DELETE  Elimina una tarea.    \n   ruta: /api/v1/Tarea\n\n# Tecnologias\n+ .NET\n\n   Se desarollo en el entorno de Visual Stdio, en C#\n+ SQL\n\n  Se creo una sola tabla con la siguiente estructura:\n   \n      CREATE TABLE Tarea\n   \n      (\n   \n      ID int primary key identity(1,1),\n    \n      descripcion varchar(max),\n    \n      estado bit\n    \n      );\n  \n+ Azure\n\n  Se desplego tanto la base de datos como la aplicacion en los servicios de azure\n\n#  URL API\nhttp://agendapis.azurewebsites.net\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedgonz%2Fapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedgonz%2Fapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedgonz%2Fapi/lists"}