{"id":20045394,"url":"https://github.com/cbarraford/forge","last_synced_at":"2026-04-24T23:32:30.902Z","repository":{"id":57598440,"uuid":"168803258","full_name":"cbarraford/forge","owner":"cbarraford","description":"Autodesk API Client for golang.","archived":false,"fork":false,"pushed_at":"2019-02-22T12:17:51.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T08:06:27.346Z","etag":null,"topics":["api","autodesk","autodesk-forge","autodesk-viewer","client","forge","go","golang"],"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/cbarraford.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":"2019-02-02T06:43:21.000Z","updated_at":"2019-02-22T12:17:53.000Z","dependencies_parsed_at":"2022-08-29T23:52:13.155Z","dependency_job_id":null,"html_url":"https://github.com/cbarraford/forge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cbarraford/forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbarraford%2Fforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbarraford%2Fforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbarraford%2Fforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbarraford%2Fforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbarraford","download_url":"https://codeload.github.com/cbarraford/forge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbarraford%2Fforge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["api","autodesk","autodesk-forge","autodesk-viewer","client","forge","go","golang"],"created_at":"2024-11-13T11:06:53.114Z","updated_at":"2026-04-24T23:32:30.887Z","avatar_url":"https://github.com/cbarraford.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/cbarraford/forge.svg?branch=master)](https://travis-ci.org/cbarraford/forge)\n[![codecov](https://codecov.io/gh/cbarraford/forge/branch/master/graph/badge.svg)](https://codecov.io/gh/cbarraford/forge)\n[![GoDoc](https://godoc.org/github.com/cbarraford/forge?status.svg)](https://godoc.org/github.com/cbarraford/forge)\n\n# Forge\nAutodesk API Client for golang.\n\n## Status\nThis project is consider \"early phase\", and therefore may not implement all\naspects of the Forge API, is subject to change, and may not have detail tests\nwritten.\n\n## Setup\nYou'll need to [create an\napp](https://forge.autodesk.com/en/docs/oauth/v2/tutorials/create-app/) in\norder to use this client package. And then generate a `client id` and `client\nsecret`.\n\nOnce you have these keys, put them in a `.env` at the root of this project.\n\n```\nexport FORGE_CLIENT_ID=XXXXXXXX\nexport FORGE_CLIENT_SECRET=XXXXXXXXX\n```\n\nOnce, you've done that you can create a `Client` via...\n\n```go\nclient, err := forge.New()\n```\n\n\nAlternatively, you pass your creds in your code and receive a `Client`.\n\n```go\nclient, err := forge.NewWithCreds(\"IDXXXX\", \"SECRETXXXX\")\n```\n\n## Development\n\n#### Run tests\n\n```sh\ngo test\n```\n\n## TODO\n * Setup a mock Autodesk API for testing instead of making real calls.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbarraford%2Fforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbarraford%2Fforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbarraford%2Fforge/lists"}