{"id":18426948,"url":"https://github.com/cayleygraph/go-client","last_synced_at":"2025-04-07T16:32:57.515Z","repository":{"id":57505875,"uuid":"228243154","full_name":"cayleygraph/go-client","owner":"cayleygraph","description":"Go client for Cayley","archived":false,"fork":false,"pushed_at":"2019-12-15T20:05:19.000Z","size":23,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T21:26:14.135Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cayleygraph.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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":"2019-12-15T19:56:43.000Z","updated_at":"2023-05-21T09:03:25.000Z","dependencies_parsed_at":"2022-09-26T17:51:48.495Z","dependency_job_id":null,"html_url":"https://github.com/cayleygraph/go-client","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/cayleygraph%2Fgo-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fgo-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fgo-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fgo-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cayleygraph","download_url":"https://codeload.github.com/cayleygraph/go-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247688271,"owners_count":20979632,"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-06T05:09:14.810Z","updated_at":"2025-04-07T16:32:57.198Z","avatar_url":"https://github.com/cayleygraph.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Client for [Cayley](https://github.com/cayleygraph/cayley)\n\n### [Documentation](https://godoc.org/github.com/cayleygraph/go-client)\n\n### Installation\n\n```bash\ngo get -u github.com/cayleygraph/go-client\n```\n\n### Usage\n\n#### Log 10 nodes from the graph\n\n```go\npackage main\n\nimport (\n    \"context\"\n    \"fmt\"\n    \"github.com/cayleygraph/go-client\"\n)\n\nfunc main() {\n\tc := client.NewAPIClient(client.NewConfiguration())\n\tresult, _, _ := c.QueriesApi.Query(context.TODO(), \"gizmo\", \"g.V().getLimit(10)\")\n\tfmt.Printf(\"%v\", result.Result)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcayleygraph%2Fgo-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcayleygraph%2Fgo-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcayleygraph%2Fgo-client/lists"}