{"id":20348479,"url":"https://github.com/onebeyond/confabulous-http-loader","last_synced_at":"2026-03-10T02:06:40.476Z","repository":{"id":9393378,"uuid":"61978982","full_name":"onebeyond/confabulous-http-loader","owner":"onebeyond","description":"A confabulous http loader","archived":false,"fork":false,"pushed_at":"2024-04-01T15:13:14.000Z","size":343,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":14,"default_branch":"master","last_synced_at":"2026-01-13T07:46:22.553Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/onebeyond.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":"2016-06-26T07:42:44.000Z","updated_at":"2023-01-27T08:14:25.000Z","dependencies_parsed_at":"2024-04-01T16:43:25.634Z","dependency_job_id":null,"html_url":"https://github.com/onebeyond/confabulous-http-loader","commit_stats":null,"previous_names":["guidesmiths/confabulous-http-loader"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/onebeyond/confabulous-http-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fconfabulous-http-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fconfabulous-http-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fconfabulous-http-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fconfabulous-http-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onebeyond","download_url":"https://codeload.github.com/onebeyond/confabulous-http-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fconfabulous-http-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30322638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"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":["hacktoberfest"],"created_at":"2024-11-14T22:20:39.862Z","updated_at":"2026-03-10T02:06:40.459Z","avatar_url":"https://github.com/onebeyond.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ This repository is not longer maintained ⚠️\n\nThis project is not longer maintained and has been archived. More details in [One Beyond Governance Tiers](https://onebeyond-maintainers.netlify.app/governance/tiers)\n\n# Confabulous HTTP Loader\nConfabulous-HTTP-Loader is an HTTP Loader for [Confabulous](https://github.com/guidesmiths/confabulous) - a hierarchical, asynchronous config loader and post processor.\n\n## TL;DR\n```\nconst confabulous = require('confabulous')\nconst Confabulous = confabulous.Confabulous\nconst http = require('confabulous-http-loader')\nconst processors = confabulous.processors\n\nnew Confabulous()\n    .add((config) =\u003e http({ url: config.server.url, mandatory: false, watch: { interval: '5m' } }))\n    .on('loaded', (config) =\u003e console.log('Loaded', JSON.stringify(config, null, 2)))\n    .on('reloaded', (config) =\u003e console.log('Reloaded', JSON.stringify(config, null, 2)))\n    .on('error', (err) =\u003e console.error('Error', err))\n    .on('reload_error', (err) =\u003e console.error('Reload Error', err))\n    .end()\n```\n\n### Options\n|  Option  |  Type  |  Default  |  Notes  |\n|----------|--------|-----------|---------|\n| mandatory | boolean | true       | Causes an error/reload_error to be emitted if the configuration does not exist |\n| watch     | object  |            | Watching is implemented by issuing HEAD requests and comparing the Etag and Last-Modified headers. You need to specify and interval in the configuration, e.g. ```{ watch: { interval: '5m' } }``` |\n| request   | object  | [see here](https://github.com/guidesmiths/confabulous/blob/master/lib/loaders/http.js#L14) | options that will be passed to [the underlying http client](https://github.com/request/request).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fconfabulous-http-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonebeyond%2Fconfabulous-http-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fconfabulous-http-loader/lists"}