{"id":19201610,"url":"https://github.com/padcom/grails-restful-gorm","last_synced_at":"2026-03-07T17:03:44.829Z","repository":{"id":2159123,"uuid":"3104707","full_name":"padcom/grails-restful-gorm","owner":"padcom","description":"RESTful API to access GORM-managed entities","archived":false,"fork":false,"pushed_at":"2012-01-09T18:10:50.000Z","size":137,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T12:47:43.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://grails.org/plugin/restful-gorm","language":"Groovy","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/padcom.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-04T19:36:05.000Z","updated_at":"2013-10-09T05:57:52.000Z","dependencies_parsed_at":"2022-08-28T20:10:57.810Z","dependency_job_id":null,"html_url":"https://github.com/padcom/grails-restful-gorm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/padcom/grails-restful-gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fgrails-restful-gorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fgrails-restful-gorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fgrails-restful-gorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fgrails-restful-gorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/padcom","download_url":"https://codeload.github.com/padcom/grails-restful-gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/padcom%2Fgrails-restful-gorm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30222419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-09T12:39:31.545Z","updated_at":"2026-03-07T17:03:44.815Z","avatar_url":"https://github.com/padcom.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"RESTful GORM README file\n------------------------\n\nThis is a work in progress. The current aim of this project is to provide the\nfollowing capabilities out of the box:\n\n/api/domain-class \n  A list of all domain class instances\n/api/domain-class/id\n  A representation of domain class instance with the given id\n/api/domain-class/id/relation\n  A list of instances or instance pointed to by the given relation\n/api/domain-class/id1/relation/id2\n  An instances pointed to by the given relation if it is a list\n?query=field:op:value\n  An option to filter instances by a given criteria (GET only).\n  Initially the same set of operators should be supported that are available\n  in criteria queries\n?max=value\n  An option to return not more than a given numer of results (paging)\n?offset=value\n  An option to skip the given number of results (paging)\n?order=field\n  An option to sort results by a given field\n\nOther than that the following HTTP actions will be supported:\n\nGET /api/domain-class \n  List of instances \nPOST /api/domain-class/\n  Create a new instance\nPUT /api/domain-class/\n  Replace the whole list\nDELETE /api/domain-class/\n  Delete all instances\n\nGET /api/domain-class/id\n  Given instances \nPOST /api/domain-class/id\n  Denied\nPUT /api/domain-class/id\n  Replace the given instance\nDELETE /api/domain-class/id\n  Delete the given instance instances\n\nAnd so on with regard to all relations.\n\nThe following input/output formats shall be supported:\n\n- XML\n- JSON\n\nOther data exchange formats just don't make sense in this context.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcom%2Fgrails-restful-gorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpadcom%2Fgrails-restful-gorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpadcom%2Fgrails-restful-gorm/lists"}