{"id":34142986,"url":"https://github.com/rfizzle/darktrace","last_synced_at":"2026-03-11T11:03:27.684Z","repository":{"id":57563702,"uuid":"331577486","full_name":"rfizzle/darktrace","owner":"rfizzle","description":"Darktrace API Client Library written in Golang","archived":false,"fork":false,"pushed_at":"2021-01-28T10:49:18.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-17T16:15:10.867Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/rfizzle.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":"security/authentication.go","support":null}},"created_at":"2021-01-21T09:27:00.000Z","updated_at":"2021-01-28T10:48:53.000Z","dependencies_parsed_at":"2022-09-16T13:30:24.758Z","dependency_job_id":null,"html_url":"https://github.com/rfizzle/darktrace","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/rfizzle/darktrace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfizzle%2Fdarktrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfizzle%2Fdarktrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfizzle%2Fdarktrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfizzle%2Fdarktrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfizzle","download_url":"https://codeload.github.com/rfizzle/darktrace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfizzle%2Fdarktrace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30379264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-15T03:14:33.375Z","updated_at":"2026-03-11T11:03:27.679Z","avatar_url":"https://github.com/rfizzle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Darktrace API Library\n\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/rfizzle/darktrace)\n\nA golang API library for Darktrace appliances.\n\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Maintainers](#maintainers)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Install\n\nThis project uses [go modules](https://golang.org/ref/mod)\n\nYou can install it locally by running:\n\n```sh\n$ go get github.com/rfizzle/darktrace\n```\n\n## Usage\n\nImport the library into your project, setup the client, and call the API with valid parameters:\n\n```go\npackage main\n\nimport (\n    \"github.com/rfizzle/darktrace\"\n    \"log\"\n)\n\nfunc main() {\n  client, err := darktrace.NewClient(\n    \"https://darktrace.example.com\",\n    \"publicToken\",\n    \"privateToken\",\n  )\n    \n  if err != nil {\n    log.Fatal(err)\n  }\n  \n  results, err := client.EventList(\n  \tdarktrace.Param(\"pbid\", \"6000000053951\"),\n  \tdarktrace.Param(\"includetotalbytes\", \"true\"), \n  )\n\n  if err != nil {\n  \tlog.Fatal(err)\n  }\n\n  if len(results) \u003e 0 {\n  \treturn\n  }\n\n  return\n}\n```\n\n## Maintainers\n\n[@rfizzle](https://github.com/rfizzle)\n\n## Contributing\n\nFeel free to dive in! [Open an issue](https://github.com/rfizzle/darktrace/issues/new) or submit PRs.\n\n## License\n\n[MIT](LICENSE) © Coleton Pierson","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfizzle%2Fdarktrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfizzle%2Fdarktrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfizzle%2Fdarktrace/lists"}