{"id":18374626,"url":"https://github.com/jupiterone/jupiterone-client-go","last_synced_at":"2025-04-06T20:30:35.275Z","repository":{"id":38318478,"uuid":"407209000","full_name":"JupiterOne/jupiterone-client-go","owner":"JupiterOne","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-08T04:35:56.000Z","size":265,"stargazers_count":3,"open_issues_count":6,"forks_count":3,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-03-22T06:13:03.145Z","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/JupiterOne.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-16T15:03:05.000Z","updated_at":"2023-09-22T11:30:46.000Z","dependencies_parsed_at":"2024-01-02T20:28:20.975Z","dependency_job_id":"381be9d3-711b-4d40-a7cc-96056a45d33c","html_url":"https://github.com/JupiterOne/jupiterone-client-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fjupiterone-client-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fjupiterone-client-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fjupiterone-client-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JupiterOne%2Fjupiterone-client-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JupiterOne","download_url":"https://codeload.github.com/JupiterOne/jupiterone-client-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247546968,"owners_count":20956460,"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-06T00:15:24.959Z","updated_at":"2025-04-06T20:30:35.020Z","avatar_url":"https://github.com/JupiterOne.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JupiterOne Client Go\n\n## Requirements\n\n- [Go](https://golang.org/doc/install)\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\tj1 \"github.com/jupiterone/jupiterone-client-go/jupiterone\"\n)\n\nfunc main() {\n\tvar entityProps j1.EntityProperties\n\n\t// Set configuration\n\tconfig := j1.Config{\n\t\tAPIKey:    \"api_key\",\n\t\tAccountID: \"accountid\",\n\t\tRegion:    \"dev\",\n\t}\n\n\tentityProps.Key = \"go-client-key\"\n\tentityProps.Type = \"go_client_type\"\n\tentityProps.Class = \"Record\"\n\n\t//Initialize client\n\tclient, err := j1.NewClient(\u0026config)\n\n\tif err != nil {\n\t\tfmt.Println(\"failed to create JupiterOne client: %s\", err.Error())\n\t}\n\n\t//Do stuffs\n\t// fmt.Print(client)\n\tfmt.Print(client.Entity.Create(entityProps))\n}\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Fjupiterone-client-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupiterone%2Fjupiterone-client-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupiterone%2Fjupiterone-client-go/lists"}