{"id":26889755,"url":"https://github.com/carloskvasir/api_ruby","last_synced_at":"2025-03-31T21:56:22.112Z","repository":{"id":284984378,"uuid":"956669452","full_name":"carloskvasir/api_ruby","owner":"carloskvasir","description":"Api sinatra","archived":false,"fork":false,"pushed_at":"2025-03-28T18:35:07.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:23:09.023Z","etag":null,"topics":["api","ruby","sinatra"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carloskvasir.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":"2025-03-28T16:45:15.000Z","updated_at":"2025-03-28T18:35:11.000Z","dependencies_parsed_at":"2025-03-28T19:23:15.811Z","dependency_job_id":"e17dc108-e54b-4583-8619-3ffc5f53058c","html_url":"https://github.com/carloskvasir/api_ruby","commit_stats":null,"previous_names":["carloskvasir/api_ruby"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carloskvasir%2Fapi_ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carloskvasir%2Fapi_ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carloskvasir%2Fapi_ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carloskvasir%2Fapi_ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carloskvasir","download_url":"https://codeload.github.com/carloskvasir/api_ruby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246547388,"owners_count":20794970,"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","ruby","sinatra"],"created_at":"2025-03-31T21:56:21.675Z","updated_at":"2025-03-31T21:56:22.104Z","avatar_url":"https://github.com/carloskvasir.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby API Project\n\n## Overview\nThis project implements a lightweight RESTful API using Ruby and Sinatra. It serves as a component for a larger university coursework project, providing JSON responses through well-defined endpoints.\n\n## Features\n- Simple and lightweight architecture\n- JSON-formatted responses\n- RESTful design principles\n- Easy to extend\n\n## Requirements\n- Ruby (recommended 3.0+)\n- Bundler (2.0+)\n- Git\n\n## Installation\nClone the repository and install dependencies:\n```bash\ngit clone git@github.com:carloskvasir/api_ruby.git\ncd api_ruby\nbundle install\n```\n\n## Running the Server\nStart the Sinatra server with:\n```bash\nruby server.rb\n```\nBy default, the server runs on port 4567.\n\n\n## API Documentation\n\n### GET /hello\nReturns a welcome message to verify the API is working correctly.\n\n**Endpoint:** `GET /hello`\n\n**Parameters:** None\n\n**Example Request:**\n```bash\ncurl -X GET http://localhost:4567/hello\n```\n\n**Example Response:**\n```json\n{\n  \"message\": \"Welcome to @caloskvasir Sinatra API!\"\n}\n```\n\n**Status Code:** 200 OK\n\n## API Usage Examples\n\n### Basic Request\n```bash\ncurl http://localhost:4567/hello\n```\n\n## Development Roadmap\n- [x] **Implement basic `/hello` endpoint** *(smoke test)* — ✅ *March 28, 2025*\n\n\n## License\nThis project is licensed under the Mozilla Public License 2.0 (MPL-2.0).\nSee the [LICENSE](LICENSE) file in the project root for the full license text.\n\n## Contact\n- LinkedIn: [linkedin.com/in/carloskvasir](https://linkedin.com/in/carloskvasir)\n- GitHub: [github.com/carloskvasir](https://github.com/carloskvasir)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarloskvasir%2Fapi_ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarloskvasir%2Fapi_ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarloskvasir%2Fapi_ruby/lists"}