{"id":21835910,"url":"https://github.com/daptin/daptin-go-client","last_synced_at":"2026-05-17T18:32:08.281Z","repository":{"id":89673084,"uuid":"289555799","full_name":"daptin/daptin-go-client","owner":"daptin","description":"Daptin Golang Native Client","archived":false,"fork":false,"pushed_at":"2024-09-30T04:02:57.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T14:29:00.940Z","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/daptin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-22T19:44:50.000Z","updated_at":"2024-09-30T04:02:24.000Z","dependencies_parsed_at":"2024-06-04T08:04:36.619Z","dependency_job_id":null,"html_url":"https://github.com/daptin/daptin-go-client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/daptin/daptin-go-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daptin%2Fdaptin-go-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daptin%2Fdaptin-go-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daptin%2Fdaptin-go-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daptin%2Fdaptin-go-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daptin","download_url":"https://codeload.github.com/daptin/daptin-go-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daptin%2Fdaptin-go-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33149547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2024-11-27T20:26:07.339Z","updated_at":"2026-05-17T18:32:08.263Z","avatar_url":"https://github.com/daptin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Daptin Golang Client\n\n\n```go\npackage main\n\nimport daptinClient \"github.com/daptin/daptin-go-client\"\nimport \"log\"\n\nfunc main() {\n    clientConnection := daptinClient.NewDaptinClient(\"http://localhost:6336\")\n    signUpResponses, err := clientConnection.ExecuteAction(\"signup\", \"user_account\", map[string]interface{}{\n                \"email\": \"test@example.com\",\n                \"name\": \"test account\",\n                \"password\": \"test@example.com\",\n                \"passwordConfirm\": \"test@example.com\",\n    })\n    if err != nil {\n        log.Printf(\"Sign up failed: %v\", signUpResponses)\n    }\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaptin%2Fdaptin-go-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaptin%2Fdaptin-go-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaptin%2Fdaptin-go-client/lists"}