{"id":13620314,"url":"https://github.com/thenicolau/openpix-sdk-go","last_synced_at":"2026-01-12T06:43:42.458Z","repository":{"id":41344681,"uuid":"509195963","full_name":"thenicolau/openpix-sdk-go","owner":"thenicolau","description":"SDK OpenPix in Golang","archived":false,"fork":false,"pushed_at":"2022-06-30T19:04:38.000Z","size":6,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-08T06:41:31.011Z","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/thenicolau.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":"2022-06-30T18:44:30.000Z","updated_at":"2022-09-09T19:04:26.000Z","dependencies_parsed_at":"2022-09-19T01:52:05.927Z","dependency_job_id":null,"html_url":"https://github.com/thenicolau/openpix-sdk-go","commit_stats":null,"previous_names":["gustavonicolau/openpix-sdk-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenicolau%2Fopenpix-sdk-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenicolau%2Fopenpix-sdk-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenicolau%2Fopenpix-sdk-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenicolau%2Fopenpix-sdk-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenicolau","download_url":"https://codeload.github.com/thenicolau/openpix-sdk-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248945959,"owners_count":21187420,"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-08-01T21:00:54.408Z","updated_at":"2026-01-12T06:43:42.444Z","avatar_url":"https://github.com/thenicolau.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# OpenPix SDK in Golang\n\n## Oficial Documentation\n[OpenPix](https://developers.openpix.com.br/)\n## Example\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"encoding/json\"\n\t\"log\"\n\n\t\"github.com/GustavoNicolau/openpix-sdk-go/service\"\n)\nfunc main() {\n\n\top := service.Connect(\"your-token\")\n\n\tcharge, err := op.GetOneCharge().Do(context.Background())\n\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tresult, _ := json.Marshal(\u0026charge)\n\tlog.Println(string(result))\n\n\t\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenicolau%2Fopenpix-sdk-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenicolau%2Fopenpix-sdk-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenicolau%2Fopenpix-sdk-go/lists"}