{"id":22880672,"url":"https://github.com/kellyiscute/feather_api","last_synced_at":"2025-08-07T23:10:14.374Z","repository":{"id":144471361,"uuid":"369134538","full_name":"kellyiscute/feather_api","owner":"kellyiscute","description":"A lightweight backend api framework for dart ⚠️ under construction ⚠️","archived":false,"fork":false,"pushed_at":"2021-09-22T15:14:42.000Z","size":34,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T02:08:55.175Z","etag":null,"topics":["backend","dart","dartlang"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/kellyiscute.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-05-20T08:22:06.000Z","updated_at":"2024-03-28T02:19:00.000Z","dependencies_parsed_at":"2023-11-29T03:23:47.835Z","dependency_job_id":"c87c5622-62d0-4bff-8f81-d39522ad9334","html_url":"https://github.com/kellyiscute/feather_api","commit_stats":null,"previous_names":["kellyiscute/feather_api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellyiscute%2Ffeather_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellyiscute%2Ffeather_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellyiscute%2Ffeather_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellyiscute%2Ffeather_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kellyiscute","download_url":"https://codeload.github.com/kellyiscute/feather_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252802580,"owners_count":21806530,"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":["backend","dart","dartlang"],"created_at":"2024-12-13T17:26:56.667Z","updated_at":"2025-05-07T02:42:14.951Z","avatar_url":"https://github.com/kellyiscute.png","language":"Dart","readme":"# FeatherAPI\nA lightweight backend api framework for dart  \n⚠️ **under construction**\n\n## QuickStart\n```dart\n\nimport \"feather_api/feather_api.dart\";\n\nclass MyController extends Controller {\n  @override\n  String get baseUrl =\u003e \"/\";\n  \n  @GET(\"\")\n  Future\u003cResponse\u003e myPostMethod(ParsedRequest req) async {\n    return Response.json({\"msg\": \"Hello World\"});\n  }\n}\n\nvoid main() async {\n  Application app = new Application();\n  \n  app.registerController(MyController(app));\n  await app.run();\n}\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellyiscute%2Ffeather_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkellyiscute%2Ffeather_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellyiscute%2Ffeather_api/lists"}