{"id":21236400,"url":"https://github.com/fireblinkltd/fbl-plugins-http","last_synced_at":"2026-01-21T08:11:51.749Z","repository":{"id":37692829,"uuid":"158275171","full_name":"FireBlinkLTD/fbl-plugins-http","owner":"FireBlinkLTD","description":"FBL HTTP request plugin","archived":false,"fork":false,"pushed_at":"2023-12-19T17:13:17.000Z","size":2803,"stargazers_count":1,"open_issues_count":14,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-12-20T12:11:33.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/FireBlinkLTD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-11-19T18:56:16.000Z","updated_at":"2021-06-15T12:39:14.000Z","dependencies_parsed_at":"2023-12-20T07:02:51.629Z","dependency_job_id":"dbfeecba-9af1-44ae-b267-9e26e6d2a3a4","html_url":"https://github.com/FireBlinkLTD/fbl-plugins-http","commit_stats":{"total_commits":669,"total_committers":4,"mean_commits":167.25,"dds":0.179372197309417,"last_synced_commit":"4c8e92eb71269bc20577144fe626002ef3c2e862"},"previous_names":[],"tags_count":17,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireBlinkLTD%2Ffbl-plugins-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireBlinkLTD%2Ffbl-plugins-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireBlinkLTD%2Ffbl-plugins-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireBlinkLTD%2Ffbl-plugins-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireBlinkLTD","download_url":"https://codeload.github.com/FireBlinkLTD/fbl-plugins-http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804784,"owners_count":21164131,"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":[],"created_at":"2024-11-21T00:10:25.023Z","updated_at":"2026-01-21T08:11:51.708Z","avatar_url":"https://github.com/FireBlinkLTD.png","language":"TypeScript","readme":"# FBL Plugins: HTTP Request\n\nMake REST calls. Submit forms, upload and download files through HTTP(s) protocol. All these and a little bit more you can do with HTTP plugin for [fbl](https://fbl.fireblink.com).\n\n[![Tests](https://github.com/FireBlinkLTD/fbl-plugins-http/workflows/Tests/badge.svg)](https://github.com/FireBlinkLTD/fbl-plugins-http/actions?query=workflow%3ATests)\n[![Known Vulnerabilities](https://snyk.io/test/github/FireBlinkLTD/fbl-plugins-http/badge.svg)](https://snyk.io/test/github/FireBlinkLTD/fbl-plugins-http)\n[![codecov](https://codecov.io/gh/FireBlinkLTD/fbl-plugins-http/branch/master/graph/badge.svg)](https://codecov.io/gh/FireBlinkLTD/fbl-plugins-http)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/FireBlinkLTD/fbl-plugins-http.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/FireBlinkLTD/fbl-plugins-http/alerts/)\n[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/FireBlinkLTD/fbl-plugins-http.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/FireBlinkLTD/fbl-plugins-http/context:javascript)\n\n## Integration\n\nThere are multiple ways how plugin can be integrated into your flow.\n\n### package.json\n\nThis is the most recommended way. Create `package.json` next to your flow file with following content:\n\n```json\n{\n  \"name\": \"flow-name\",\n  \"version\": \"1.0.0\",\n  \"description\": \"\",\n  \"scripts\": {\n    \"fbl\": \"fbl\"\n  },\n  \"license\": \"UNLICENSED\",\n  \"dependencies\": {\n    \"@fbl-plugins/http\": \"1.1.1\",\n    \"fbl\": \"1.8.0\"\n  }\n}\n```\n\nThen you can install dependencies as any other node module `yarn install` depending on the package manager of your choice.\n\nAfter that you can use `yarn fbl \u003cargs\u003e` to execute your flow or even register a custom script inside \"scripts\".\n\n### Global installation\n\n`npm i -g @fbl-plugins/http`\n\n### Register plugin to be accessible by fbl\n\n- via cli: `fbl -p @fbl-plugins/http \u003cargs\u003e`\n- via flow:\n\n```yaml\nrequires:\n  fbl: '\u003e=1.8.0'\n  plugins:\n    '@fbl-plugins/http': '\u003e=1.1.1'\n\npipeline:\n  # your flow goes here\n```\n\n## Documentation\n\nRead more [here](docs/README.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblinkltd%2Ffbl-plugins-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireblinkltd%2Ffbl-plugins-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblinkltd%2Ffbl-plugins-http/lists"}