{"id":17910070,"url":"https://github.com/calvn/go-tradier","last_synced_at":"2025-06-20T10:05:39.789Z","repository":{"id":57503309,"uuid":"68357664","full_name":"calvn/go-tradier","owner":"calvn","description":"Go library for interacting with the Tradier API","archived":false,"fork":false,"pushed_at":"2017-01-31T05:07:47.000Z","size":99,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T20:23:58.682Z","etag":null,"topics":["go","tradier","tradier-api"],"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/calvn.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":null,"support":null}},"created_at":"2016-09-16T06:26:25.000Z","updated_at":"2021-08-21T05:18:41.000Z","dependencies_parsed_at":"2022-09-13T08:31:02.624Z","dependency_job_id":null,"html_url":"https://github.com/calvn/go-tradier","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/calvn%2Fgo-tradier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calvn%2Fgo-tradier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calvn%2Fgo-tradier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calvn%2Fgo-tradier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calvn","download_url":"https://codeload.github.com/calvn/go-tradier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246946988,"owners_count":20859199,"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":["go","tradier","tradier-api"],"created_at":"2024-10-28T19:29:04.752Z","updated_at":"2025-04-03T06:28:50.961Z","avatar_url":"https://github.com/calvn.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-tradier\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/calvn/go-tradier?style=flat-square)](https://goreportcard.com/report/github.com/calvn/go-tradier)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)                                           ](https://godoc.org/github.com/calvn/go-tradier/tradier)\n\nGolang library for interacting with the [Tradier API](https://developer.tradier.com/documentation/)\n\n***Note:*** *This library is still under development - use with discretion!*\n\n## Authentication\ngo-tradier does not directly handle authentication. However, it uses `http.Client`, so authentication can be done by passing an `http.Client` that can handle authentication. For instance, you can use the [oauth2](https://github.com/golang/oauth2) library to achieve proper authentication. For a full working example, refer to the `examples/` directory.\n\n```go\nimport \"golang.org/x/oauth2\"\n\nfunc main() {\n  ts := oauth2.StaticTokenSource(\n    \u0026oauth2.Token{AccessToken: \"... your access token ...\"},\n  )\n  tc := oauth2.NewClient(oauth2.NoContext, ts)\n\n  client := tradier.NewClient(tc)\n\n  // Returns the profile of the user\n  profile, _, err := client.User.Profile()\n}\n```\n\n## License\n\nThis library is licensed under the MIT License as provided in [here](LICENSE.md).\n\n*Made with \u003c3 in Go. Heavily borrowed from and influenced by Google's go-github library*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalvn%2Fgo-tradier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalvn%2Fgo-tradier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalvn%2Fgo-tradier/lists"}