{"id":17057950,"url":"https://github.com/chimeracoder/goangel","last_synced_at":"2025-06-29T01:37:58.075Z","repository":{"id":6849377,"uuid":"8098035","full_name":"ChimeraCoder/goangel","owner":"ChimeraCoder","description":"A Go client library for the AngelList API","archived":false,"fork":false,"pushed_at":"2013-12-15T00:20:37.000Z","size":136,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T17:48:52.370Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChimeraCoder.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-08T17:43:43.000Z","updated_at":"2021-08-13T09:04:19.000Z","dependencies_parsed_at":"2022-08-26T07:10:59.324Z","dependency_job_id":null,"html_url":"https://github.com/ChimeraCoder/goangel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChimeraCoder/goangel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgoangel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgoangel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgoangel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgoangel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChimeraCoder","download_url":"https://codeload.github.com/ChimeraCoder/goangel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgoangel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262520832,"owners_count":23323777,"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-10-14T10:28:29.824Z","updated_at":"2025-06-29T01:37:58.055Z","avatar_url":"https://github.com/ChimeraCoder.png","language":"Go","readme":"GoAngel\n=========\n\nGoAngel is a simple Go client library for interfacing with the AngelList API. The results of API queries are deserialized into static structs for convenience, so that a successful API call should yield a predictable, known type with no need for type assertions.\n\n\nThe current release implements most endpoints, though it is not yet complete.\n\n\nInstallation\n-------------\n\n````\n    \u003e go get github.com/ChimeraCoder/goangel\n````\n\nAuthentication\n---------\n\n\n````go\n\nc := new(angel.AngelClient)\nc.Client_id = \"your-angel-client-id\"\nc.Client_secret = \"your-angel-client-secret\"\n\n//You can now perform unauthenticated queries against the AngelList APi\n//To perform authenticated queries (which includes any PUT/POST/DELETE queries)\n//you need an access token\n\nurl := c.AuthorizeUri()\n\n//Redirect users to url, and record the code sent in the callback\n\nresult, err := c.RequestAccessToken(code)\n\n//You can now perform authenticated queries against the AngelList API\n\n````\n\n\n\n\nLicense\n--------\n\nGoAngel is free software released under the MIT license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimeracoder%2Fgoangel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchimeracoder%2Fgoangel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimeracoder%2Fgoangel/lists"}