{"id":15999230,"url":"https://github.com/aesteve/vertx-calliope","last_synced_at":"2026-02-09T10:32:02.296Z","repository":{"id":87790057,"uuid":"90394872","full_name":"aesteve/vertx-calliope","owner":"aesteve","description":"Add more expressiveness to vertx-web","archived":false,"fork":false,"pushed_at":"2017-06-08T17:49:55.000Z","size":158,"stargazers_count":2,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-31T06:27:01.538Z","etag":null,"topics":["asynchronous","dsl","functional","reactive","routing","vertx","vertx-web"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/aesteve.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":"2017-05-05T16:15:45.000Z","updated_at":"2017-05-19T19:08:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"910f0f1e-17f8-4554-9141-bc9dc8c27d47","html_url":"https://github.com/aesteve/vertx-calliope","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aesteve/vertx-calliope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesteve%2Fvertx-calliope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesteve%2Fvertx-calliope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesteve%2Fvertx-calliope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesteve%2Fvertx-calliope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aesteve","download_url":"https://codeload.github.com/aesteve/vertx-calliope/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesteve%2Fvertx-calliope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29261921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"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":["asynchronous","dsl","functional","reactive","routing","vertx","vertx-web"],"created_at":"2024-10-08T08:41:21.412Z","updated_at":"2026-02-09T10:32:02.280Z","avatar_url":"https://github.com/aesteve.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Travis](https://img.shields.io/travis/aesteve/vertx-calliope.svg)](https://travis-ci.org/aesteve/vertx-calliope)\n[![Codecov](https://img.shields.io/codecov/c/github/aesteve/vertx-calliope.svg)](https://codecov.io/gh/aesteve/vertx-calliope)\n\n## Vert.x Calliope\n\nJust an experiment, to test different approaches to bring more expressiveness to vertx-web route declaration.\n\nMostly :\n\n- declaring expected request param/header types (and automatically checking them)\n- marshalling / unmarshalling body\n- declaring expected body class / body return\n- declaring checks and associated status codes\n- using `map` in a functional way directly on routes\n\n## TODO : \n\n- add the ability to register marshaller / unmarshaller \u0026 not only a full converter\n- params / headers marshalling in an single object `intParam`, `dateParam` becoming a simple corner case\n- `map` with body / params / headers at the same time i.e. \n```\nrouter.get(\"/...\")\n  .withBody(MyBody.class)\n  .withParams(MyParams.class)\n  .map((body, params) -\u003e { ... })\n  .send(200);\n```\n- route nesting, i.e.\n```\nrouter.route(\"/api\")\n  .consumes(...)\n  .get(\"/tests\")\n  ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faesteve%2Fvertx-calliope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faesteve%2Fvertx-calliope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faesteve%2Fvertx-calliope/lists"}