{"id":23879348,"url":"https://github.com/ceedubs/scrutinator","last_synced_at":"2025-04-09T17:14:58.715Z","repository":{"id":11046929,"uuid":"13383718","full_name":"ceedubs/scrutinator","owner":"ceedubs","description":"Using Shapeless to get type-safe binding of request parameters in Scalatra","archived":false,"fork":false,"pushed_at":"2014-08-05T20:59:22.000Z","size":611,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-09T17:14:53.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ceedubs.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}},"created_at":"2013-10-07T12:54:18.000Z","updated_at":"2020-07-14T03:31:05.000Z","dependencies_parsed_at":"2022-08-24T13:46:18.588Z","dependency_job_id":null,"html_url":"https://github.com/ceedubs/scrutinator","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedubs%2Fscrutinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedubs%2Fscrutinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedubs%2Fscrutinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceedubs%2Fscrutinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceedubs","download_url":"https://codeload.github.com/ceedubs/scrutinator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074923,"owners_count":21043490,"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":[],"created_at":"2025-01-03T22:51:39.946Z","updated_at":"2025-04-09T17:14:58.696Z","avatar_url":"https://github.com/ceedubs.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrutinator #\n\nScrutinator is a request binding/validation library with an emphasis on type safety.\n\n## Principles ##\n\n1. As type-safe as possible\n    * Optional values without a provided default are Options, other values are not\n    * Shouldn't be allowed to request something that hasn't been bound from the request yet\n    * Shouldn't be allowed to ask for a type to be bound from the request if there isn't evidence that we can perform that binding\n    * When I ask for params(\"age\"), since I have specified the \"age\" field, the result should be typed to an int\n    * When I ask for params(\"name\"), since I have specified the \"name\" field, the result should be typed to a string\n    * When I ask for params(\"oops\"), since I have not specified an \"oops\" param, I should get a compile error\n2. Convenient - should be able to bind multiple values at once and get a Validation of the sequenced individual validations\n3. Swagger integration - bindings can be used to generate Swagger specs\n\n## Contact ##\n\n- Cody Allen\n- \u003ca href=\"ceedubs@gmail.com\"\u003eceedubs@gmail.com\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceedubs%2Fscrutinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceedubs%2Fscrutinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceedubs%2Fscrutinator/lists"}