{"id":17308631,"url":"https://github.com/teddriggs/extrahop","last_synced_at":"2025-04-14T13:50:47.353Z","repository":{"id":57627041,"uuid":"87112472","full_name":"TedDriggs/extrahop","owner":"TedDriggs","description":"Rust tools for working with the ExtraHop REST API","archived":false,"fork":false,"pushed_at":"2022-01-07T17:22:29.000Z","size":57,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T10:15:47.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TedDriggs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-03T19:27:04.000Z","updated_at":"2023-07-06T11:21:49.000Z","dependencies_parsed_at":"2022-08-23T14:21:17.380Z","dependency_job_id":null,"html_url":"https://github.com/TedDriggs/extrahop","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TedDriggs%2Fextrahop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TedDriggs%2Fextrahop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TedDriggs%2Fextrahop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TedDriggs%2Fextrahop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TedDriggs","download_url":"https://codeload.github.com/TedDriggs/extrahop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248890980,"owners_count":21178537,"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-10-15T12:05:38.832Z","updated_at":"2025-04-14T13:50:47.321Z","avatar_url":"https://github.com/TedDriggs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extrahop REST API Client\nRust tools for working with the ExtraHop REST API.\n\n[![Build Status](https://travis-ci.org/TedDriggs/extrahop.svg?branch=master)](https://travis-ci.org/TedDriggs/extrahop)\n\nThis library is not an exhaustive strongly-typed client for the API; using that model is not recommended\nas it may lead to breakages during deserialization that don't impact your code. Instead, the library\nprovides utilities which should be used in concert with structs defined in consuming libraries to make\nrequest and response handling easier.\n\n# Examples\n```rust\nuse extrahop;\nlet client = Client::new(\"extrahop\", ApiKey::new(\"YOUR_KEY\"));\nlet rsp = client.get(\"dashboards\").send();\n// handle a normal reqwest response.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddriggs%2Fextrahop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddriggs%2Fextrahop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddriggs%2Fextrahop/lists"}