{"id":45955346,"url":"https://github.com/rios0rios0/rest-arch","last_synced_at":"2026-04-28T22:01:15.099Z","repository":{"id":39959390,"uuid":"187224404","full_name":"rios0rios0/rest-arch","owner":"rios0rios0","description":"Spring Boot REST service abstraction library. Provides base RestService class for consuming HTTP APIs with Jackson JSON mapping, error handling, and standardized CRUD operations.","archived":false,"fork":false,"pushed_at":"2026-04-15T19:20:32.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T21:25:03.520Z","etag":null,"topics":["abstraction","java","library","rest-api","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rios0rios0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"rios0rios0"}},"created_at":"2019-05-17T13:49:33.000Z","updated_at":"2026-04-15T19:20:34.000Z","dependencies_parsed_at":"2022-08-24T17:31:52.275Z","dependency_job_id":null,"html_url":"https://github.com/rios0rios0/rest-arch","commit_stats":null,"previous_names":["rios0rios0/rest-arch"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rios0rios0/rest-arch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Frest-arch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Frest-arch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Frest-arch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Frest-arch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rios0rios0","download_url":"https://codeload.github.com/rios0rios0/rest-arch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rios0rios0%2Frest-arch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32400873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["abstraction","java","library","rest-api","spring-boot"],"created_at":"2026-02-28T13:27:16.544Z","updated_at":"2026-04-28T22:01:15.094Z","avatar_url":"https://github.com/rios0rios0.png","language":"Java","funding_links":["https://github.com/sponsors/rios0rios0"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eREST Arch\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/rios0rios0/rest-arch/releases/latest\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/release/rios0rios0/rest-arch.svg?style=for-the-badge\u0026logo=github\" alt=\"Latest Release\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/rios0rios0/rest-arch/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/rios0rios0/rest-arch.svg?style=for-the-badge\u0026logo=github\" alt=\"License\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/rios0rios0/rest-arch/actions/workflows/default.yaml\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/rios0rios0/rest-arch/default.yaml?branch=main\u0026style=for-the-badge\u0026logo=github\" alt=\"Build Status\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA RESTful architecture reference project built with Java and Spring Boot, demonstrating clean REST service patterns.\n\n## Features\n\n- Spring Boot-based REST service skeleton\n- Maven build system with Java 8 support\n- Pre-configured application properties and test setup\n\n## Project Structure\n\n```\nsrc/\n  main/\n    java/com/services/RestService.java    # REST service implementation\n    resources/application.properties      # Application configuration\n  test/\n    java/com/ApplicationTest.java         # Application tests\npom.xml                                   # Maven project descriptor\n```\n\n## Installation\n\n```bash\ngit clone https://github.com/rios0rios0/rest-arch.git\ncd rest-arch\nmvn clean install\n```\n\n## Usage\n\nRun the application with:\n\n```bash\nmvn spring-boot:run\n```\n\nThe REST service will start on the default Spring Boot port.\n\n## Contributing\n\nContributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nThis project is licensed under the terms specified in the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frios0rios0%2Frest-arch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frios0rios0%2Frest-arch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frios0rios0%2Frest-arch/lists"}