{"id":34176850,"url":"https://github.com/sahil-gulati/goose","last_synced_at":"2026-06-01T00:31:18.109Z","repository":{"id":144101601,"uuid":"200147648","full_name":"Sahil-Gulati/Goose","owner":"Sahil-Gulati","description":"GoLang framework for building REST API","archived":false,"fork":false,"pushed_at":"2021-05-08T15:04:04.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T10:52:18.824Z","etag":null,"topics":["go","golang","golang-framework","goose","http"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Sahil-Gulati.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":"2019-08-02T02:06:07.000Z","updated_at":"2021-05-08T15:04:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"36b81bf0-b1e2-4f1e-9866-1d6992c7c578","html_url":"https://github.com/Sahil-Gulati/Goose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sahil-Gulati/Goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahil-Gulati%2FGoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahil-Gulati%2FGoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahil-Gulati%2FGoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahil-Gulati%2FGoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sahil-Gulati","download_url":"https://codeload.github.com/Sahil-Gulati/Goose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahil-Gulati%2FGoose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["go","golang","golang-framework","goose","http"],"created_at":"2025-12-15T12:57:57.792Z","updated_at":"2026-06-01T00:31:18.103Z","avatar_url":"https://github.com/Sahil-Gulati.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goose\nGoLang framework for building REST API. It requires a bare minimum code to start a server by offering fast development of REST based APIs.\n\n### Usage\n`go get -v -u https://github.com/Sahil-Gulati/Goose`\n\n### Sample code\n```go\nfunc main() {\n    Goose := goose.Goose{}.GetInstance()\n    Goose.Route([]string{goose.GET}, \"/api/v1/transactions/\").Middlewares(m1, m2).Endpoint(endpoint).Register()\n    Goose.Serve(\":8080\")\n}\n```\n\n### Middleware\n##### Middleware signature\n```go\ntype GooseMiddleware func(*http.Request, *GooseMessage) (bool, *GooseResponse)\n```\n\n### Endpoint\n##### Endpoint signature\n```go\ntype GooseEndpoint func(*http.Request, *GooseMessage) interface{}\n```\n\n### Message\n##### Message signature\n```go\ntype GooseMessage struct {\n\tRequestId      int64\n\tRequestTime    int64\n\tPostBody       string\n\tHolder         interface{}\n\tRequestHeaders map[string]string\n\tGetParams      map[string]string\n\tUrlParams      map[string]string\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahil-gulati%2Fgoose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahil-gulati%2Fgoose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahil-gulati%2Fgoose/lists"}