{"id":18510769,"url":"https://github.com/envato/stack_master-http_parameter_resolver","last_synced_at":"2025-05-14T11:19:39.701Z","repository":{"id":54868776,"uuid":"233694399","full_name":"envato/stack_master-http_parameter_resolver","owner":"envato","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-17T06:55:22.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":59,"default_branch":"main","last_synced_at":"2025-05-14T11:19:02.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/envato.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-01-13T21:11:12.000Z","updated_at":"2022-08-12T01:04:53.000Z","dependencies_parsed_at":"2024-11-06T15:30:58.305Z","dependency_job_id":"c335aad4-b918-4eb3-8aa5-5ef2b9eba353","html_url":"https://github.com/envato/stack_master-http_parameter_resolver","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"cb3f247e0d23bbf381bf6c0ad3dcf0f30115ff0a"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envato%2Fstack_master-http_parameter_resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envato%2Fstack_master-http_parameter_resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envato%2Fstack_master-http_parameter_resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envato%2Fstack_master-http_parameter_resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/envato","download_url":"https://codeload.github.com/envato/stack_master-http_parameter_resolver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129636,"owners_count":22019632,"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-06T15:24:58.558Z","updated_at":"2025-05-14T11:19:39.682Z","avatar_url":"https://github.com/envato.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StackMaster::HttpParameterResolver\n\n[![License MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/envato/stack_master-http_parameter_resolver/blob/main/LICENSE.txt)\n[![Gem Version](https://badge.fury.io/rb/stack_master-http_parameter_resolver.svg)](https://rubygems.org/gems/stack_master-http_parameter_resolver)\n[![Build Status](https://github.com/envato/stack_master-http_parameter_resolver/workflows/tests/badge.svg?branch=main)](https://github.com/envato/stack_master-http_parameter_resolver/actions?query=branch%3Amain+workflow%3Atests)\n\nA [StackMaster] parameter resolver that obtains values via HTTP calls.\n\n[StackMaster]: https://github.com/envato/stack_master\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'stack_master-http_parameter_resolver'\n```\n\nAnd then execute:\n\n```sh\nbundle install\n```\n\nOr install it yourself as:\n\n```sh\ngem install stack_master-http_parameter_resolver\n```\n\n## Usage\n\nFor example, to resolve the Cloudflare IPv4 ranges:\n\n```yaml\ncloudflare_ips:\n  http:\n    url: https://www.cloudflare.com/ips-v4\n    strategy: one_per_line\n```\n\nTo obtain both the Cloudlare IPv4 and IPv6 ranges:\n\n```yaml\ncloudflare_ips:\n  - http:\n      url: https://www.cloudflare.com/ips-v4\n      strategy: one_per_line\n  - http:\n      url: https://www.cloudflare.com/ips-v6\n      strategy: one_per_line\n```\n\n## Development\n\nAfter checking out the repo, run `script/setup` to install dependencies. You can also run `script/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/envato/stack_master-http_parameter_resolver.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenvato%2Fstack_master-http_parameter_resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenvato%2Fstack_master-http_parameter_resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenvato%2Fstack_master-http_parameter_resolver/lists"}