{"id":18704329,"url":"https://github.com/crossplane-contrib/provider-http","last_synced_at":"2025-05-07T04:04:43.403Z","repository":{"id":207668837,"uuid":"674549222","full_name":"crossplane-contrib/provider-http","owner":"crossplane-contrib","description":"Crossplane Provider designed to facilitate sending HTTP requests as resources.","archived":false,"fork":false,"pushed_at":"2025-05-04T21:19:17.000Z","size":386,"stargazers_count":56,"open_issues_count":16,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T04:04:33.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crossplane-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2023-08-04T08:02:40.000Z","updated_at":"2025-05-04T21:19:20.000Z","dependencies_parsed_at":"2024-06-21T07:29:49.159Z","dependency_job_id":"f4bd388f-d7ef-431b-957b-c37d479da882","html_url":"https://github.com/crossplane-contrib/provider-http","commit_stats":null,"previous_names":["crossplane-contrib/provider-http"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crossplane-contrib%2Fprovider-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crossplane-contrib%2Fprovider-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crossplane-contrib%2Fprovider-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crossplane-contrib%2Fprovider-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crossplane-contrib","download_url":"https://codeload.github.com/crossplane-contrib/provider-http/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810271,"owners_count":21807760,"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-07T12:01:05.699Z","updated_at":"2025-05-07T04:04:43.328Z","avatar_url":"https://github.com/crossplane-contrib.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# provider-http\r\n\r\n`provider-http` is a Crossplane Provider designed to facilitate sending HTTP requests as resources.\r\n\r\n## Installation\r\n\r\nTo install `provider-http`, you have two options:\r\n\r\n1. Using the Crossplane CLI in a Kubernetes cluster where Crossplane is installed:\r\n\r\n   ```console\r\n   crossplane xpkg install provider xpkg.upbound.io/crossplane-contrib/provider-http:v1.0.8\r\n   ```\r\n\r\n2. Manually creating a Provider by applying the following YAML:\r\n\r\n   ```yaml\r\n   apiVersion: pkg.crossplane.io/v1\r\n   kind: Provider\r\n   metadata:\r\n     name: provider-http\r\n   spec:\r\n     package: \"xpkg.upbound.io/crossplane-contrib/provider-http:v1.0.8\"\r\n   ```\r\n\r\n## Supported Resources\r\n\r\n`provider-http` supports the following resources:\r\n\r\n- **DisposableRequest:** Initiates a one-time HTTP request. See [DisposableRequest CRD documentation](resources-docs/disposablerequest_docs.md).\r\n- **Request:** Manages a resource through HTTP requests. See [Request CRD documentation](resources-docs/request_docs.md).\r\n\r\n## Usage\r\n\r\n### DisposableRequest\r\n\r\nCreate a `DisposableRequest` resource to initiate a single-use HTTP interaction:\r\n\r\n```yaml\r\napiVersion: http.crossplane.io/v1alpha2\r\nkind: DisposableRequest\r\nmetadata:\r\n  name: example-disposable-request\r\nspec:\r\n  # Add your DisposableRequest specification here\r\n```\r\n\r\nFor more detailed examples and configuration options, refer to the [examples directory](examples/sample/).\r\n\r\n### Request\r\n\r\nManage a resource through HTTP requests with a `Request` resource:\r\n\r\n```yaml\r\napiVersion: http.crossplane.io/v1alpha2\r\nkind: Request\r\nmetadata:\r\n  name: example-request\r\nspec:\r\n  # Add your Request specification here\r\n```\r\n\r\nFor more detailed examples and configuration options, refer to the [examples directory](examples/sample/).\r\n\r\n## Developing locally\r\n\r\nRun controller against the cluster:\r\n\r\n```\r\nmake run\r\n```\r\n\r\n## Troubleshooting\r\n\r\nIf you encounter any issues during installation or usage, refer to the [troubleshooting guide](https://docs.crossplane.io/knowledge-base/guides/troubleshoot/) for common problems and solutions.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossplane-contrib%2Fprovider-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrossplane-contrib%2Fprovider-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossplane-contrib%2Fprovider-http/lists"}