{"id":21654916,"url":"https://github.com/avijeetpandey/blaze","last_synced_at":"2025-03-20T04:43:00.313Z","repository":{"id":236693130,"uuid":"792990382","full_name":"avijeetpandey/Blaze","owner":"avijeetpandey","description":"A framework to make network calls using swift","archived":false,"fork":false,"pushed_at":"2024-04-28T16:14:09.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T06:25:27.429Z","etag":null,"topics":["framework","networking","protocol-oriented-programming","rest-api","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/avijeetpandey.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-28T05:45:31.000Z","updated_at":"2024-04-28T16:14:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"1280a297-8b42-40fe-9587-879b9504df7a","html_url":"https://github.com/avijeetpandey/Blaze","commit_stats":null,"previous_names":["avijeetpandey/blaze"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avijeetpandey%2FBlaze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avijeetpandey%2FBlaze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avijeetpandey%2FBlaze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avijeetpandey%2FBlaze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avijeetpandey","download_url":"https://codeload.github.com/avijeetpandey/Blaze/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554121,"owners_count":20471173,"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":["framework","networking","protocol-oriented-programming","rest-api","swift"],"created_at":"2024-11-25T08:29:22.186Z","updated_at":"2025-03-20T04:43:00.296Z","avatar_url":"https://github.com/avijeetpandey.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Blaze :tada: :rocket:\n\nA networking library made using `Swift` on top of `URLSession`, this allows to quickly setting up network layer in any application and move faster.\n\n## Features\n- Ability to make network calls (GET,POST)\n- Ability to cancel the network requests\n- Ability to set default headers and authorization\n- Ability to pass codables and decoded accordingly\n\n## In process\n- Advanced logging support\n- Adding middlewares\n- Adding interceptors\n\n\n### How to use\n\n```swift\n\nimport Blaze\n\nBlaze.initialise(with: \u003cbase_url_here\u003e)\nBlaze.setDefaultHeader(\u003cheaders_here\u003e)\n\n// if you have auth\nBlaze.setAuthorization(\u003ctoken_here\u003e)\n\n// to make get call\nBlaze.get(\"/endpoint\", completion)\n```\n\nThis is how to use this module in order to make network request\n\n\nMade with ❤️ using `Swift`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favijeetpandey%2Fblaze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favijeetpandey%2Fblaze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favijeetpandey%2Fblaze/lists"}