{"id":34794972,"url":"https://github.com/simonhdickson/bar","last_synced_at":"2026-05-26T05:34:51.442Z","repository":{"id":10686663,"uuid":"12926777","full_name":"simonhdickson/Bar","owner":"simonhdickson","description":"Prototype of an FSharp Nano-framework based on Sinatra","archived":false,"fork":false,"pushed_at":"2013-09-22T22:29:45.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-19T10:27:34.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","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/simonhdickson.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}},"created_at":"2013-09-18T15:25:00.000Z","updated_at":"2014-05-27T08:56:35.000Z","dependencies_parsed_at":"2022-09-22T21:30:16.918Z","dependency_job_id":null,"html_url":"https://github.com/simonhdickson/Bar","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/simonhdickson/Bar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonhdickson%2FBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonhdickson%2FBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonhdickson%2FBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonhdickson%2FBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonhdickson","download_url":"https://codeload.github.com/simonhdickson/Bar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonhdickson%2FBar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28026995,"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","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"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":[],"created_at":"2025-12-25T10:39:29.557Z","updated_at":"2025-12-25T10:39:34.354Z","avatar_url":"https://github.com/simonhdickson.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bar\n===\n\nPrototype of an FSharp Nano-framework based on Sinatra\n\nIt only has 2 dependancies (Owin, and Newtonsoft.Json), and Newtonsoft.Json is only used for deserializing query string members\n\nHello World looks like this:\n\n    type MyApp() =\n        member x.``GET /`` () =\n            \"Hello World\"\n            \nDoes support different verbs but there is no way to actually get posted data (it is only a prototype):\n\n    type MyApp() =\n        member x.``POST /`` () =\n            \"Thanks!\"\n            \nTypes parameters from the query string too:\n\n    type MyApp() =\n        member x.``GET /square`` number =\n            number * number\n            \nBy default does no content negotiation whatesoever, although there is a dumb component that can be used to just return plain text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonhdickson%2Fbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonhdickson%2Fbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonhdickson%2Fbar/lists"}