{"id":16514322,"url":"https://github.com/ingogriebsch/sample-spring-hateoas-hal-forms","last_synced_at":"2026-05-05T23:31:18.396Z","repository":{"id":100623127,"uuid":"210161822","full_name":"ingogriebsch/sample-spring-hateoas-hal-forms","owner":"ingogriebsch","description":"This sample shows you how to enhance a REST API with Spring HATEOAS providing the HAL-FORMS media type","archived":false,"fork":false,"pushed_at":"2022-10-24T07:01:18.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T23:57:37.701Z","etag":null,"topics":["example","hal","hal-forms","hateoas","hypermedia","java","sample","spring","spring-boot","spring-hateoas"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ingogriebsch.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,"zenodo":null}},"created_at":"2019-09-22T14:35:44.000Z","updated_at":"2024-01-28T19:49:29.000Z","dependencies_parsed_at":"2023-05-16T10:15:31.680Z","dependency_job_id":null,"html_url":"https://github.com/ingogriebsch/sample-spring-hateoas-hal-forms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ingogriebsch/sample-spring-hateoas-hal-forms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsample-spring-hateoas-hal-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsample-spring-hateoas-hal-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsample-spring-hateoas-hal-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsample-spring-hateoas-hal-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ingogriebsch","download_url":"https://codeload.github.com/ingogriebsch/sample-spring-hateoas-hal-forms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingogriebsch%2Fsample-spring-hateoas-hal-forms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":["example","hal","hal-forms","hateoas","hypermedia","java","sample","spring","spring-boot","spring-hateoas"],"created_at":"2024-10-11T16:12:14.453Z","updated_at":"2026-05-05T23:31:18.392Z","avatar_url":"https://github.com/ingogriebsch.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring HATEOAS HAL-FORMS sample\n[![TravisCI Status](https://travis-ci.org/ingogriebsch/sample-spring-hateoas-hal-forms.svg?branch=master)](https://travis-ci.org/ingogriebsch/sample-spring-hateoas-hal-forms)\n[![CircleCI Status](https://circleci.com/gh/ingogriebsch/sample-spring-hateoas-hal-forms.svg?style=svg)](https://circleci.com/gh/ingogriebsch/sample-spring-hateoas-hal-forms)\n[![Codecov Status](https://codecov.io/gh/ingogriebsch/sample-spring-hateoas-hal-forms/branch/master/graph/badge.svg)](https://codecov.io/gh/ingogriebsch/sample-spring-hateoas-hal-forms)\n[![Codacy Status](https://api.codacy.com/project/badge/Grade/0635e5b133064fa19c78adda4de13cee)](https://app.codacy.com/app/ingo.griebsch/sample-spring-hateoas-hal-forms?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=ingogriebsch/sample-spring-hateoas-hal-forms\u0026utm_campaign=Badge_Grade_Dashboard)\n[![DepShield Status](https://depshield.sonatype.org/badges/ingogriebsch/sample-spring-hateoas-hal-forms/depshield.svg)](https://depshield.github.io)\n[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n\nThis sample shows you how to enhance a REST API with Spring HATEOAS providing the HAL-FORMS media type.\n\nIf you start the Spring Boot application you can access\n\n*   this page through [http://localhost:8080](http://localhost:8080/).\n*   the root of the API through [http://localhost:8080/api](http://localhost:8080/api).\n*   a HAL based browser through [http://localhost:8080/browser/browser.html#/api](http://localhost:8080/browser/browser.html#/api).\n\n## Additiomal resources\nYou should have a look at the following resources if you are interested in the topic and would like to get a better understanding about the pros and cons of using/doing HATEOAS.\n\n*   [HAL-FORMS](https://rwcbook.github.io/hal-forms/)\n*   [REST with Hypermedia - Hot or Not?](https://reflectoring.io/rest-hypermedia/)\n\n## Used frameworks\nCollection of the mainly used frameworks in this project. There are more, but they are not that present inside the main use case therefore they are not listed here.\n\n*   [Spring HATEOAS](https://docs.spring.io/spring-hateoas/docs/1.0.0.RC2/reference/html/)\n*   [Spring Web](https://docs.spring.io/spring/docs/5.2.0.RC2/spring-framework-reference/web.html#spring-web)\n*   [Spring Boot](https://docs.spring.io/spring-boot/docs/2.2.0.M6/reference/htmlsingle/)\n\n## License\nThis code is open source software licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fingogriebsch%2Fsample-spring-hateoas-hal-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fingogriebsch%2Fsample-spring-hateoas-hal-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fingogriebsch%2Fsample-spring-hateoas-hal-forms/lists"}