{"id":37476427,"url":"https://github.com/ricaun-io/forge-api-dotnet-oss","last_synced_at":"2026-01-16T07:22:08.405Z","repository":{"id":64991053,"uuid":"580420680","full_name":"ricaun-io/forge-api-dotnet-oss","owner":"ricaun-io","description":"Forge Data Management OSS .NET SDK: Provides .NET SDK to help you easily integrate Forge Data Management v2 REST APIs into the application ","archived":false,"fork":false,"pushed_at":"2024-12-18T21:05:34.000Z","size":153,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T01:07:30.943Z","etag":null,"topics":["autodesk","autodesk-data-management","autodesk-forge"],"latest_commit_sha":null,"homepage":"","language":"C#","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/ricaun-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":"ricaun-io"}},"created_at":"2022-12-20T14:17:00.000Z","updated_at":"2025-01-17T02:58:00.000Z","dependencies_parsed_at":"2024-08-21T00:35:42.528Z","dependency_job_id":null,"html_url":"https://github.com/ricaun-io/forge-api-dotnet-oss","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ricaun-io/forge-api-dotnet-oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricaun-io%2Fforge-api-dotnet-oss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricaun-io%2Fforge-api-dotnet-oss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricaun-io%2Fforge-api-dotnet-oss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricaun-io%2Fforge-api-dotnet-oss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricaun-io","download_url":"https://codeload.github.com/ricaun-io/forge-api-dotnet-oss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricaun-io%2Fforge-api-dotnet-oss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":["autodesk","autodesk-data-management","autodesk-forge"],"created_at":"2026-01-16T07:22:07.614Z","updated_at":"2026-01-16T07:22:08.394Z","avatar_url":"https://github.com/ricaun-io.png","language":"C#","funding_links":["https://github.com/sponsors/ricaun-io"],"categories":[],"sub_categories":[],"readme":"# Autodesk.Forge.Oss\n\n[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](https://github.com/ricaun-io/forge-api-dotnet-oss)\n[![Nuke](https://img.shields.io/badge/Nuke-Build-blue)](https://nuke.build/)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Build](https://github.com/ricaun-io/forge-api-dotnet-oss/actions/workflows/Build.yml/badge.svg)](https://github.com/ricaun-io/forge-api-dotnet-oss/actions)\n[![Nuget](https://img.shields.io/nuget/v/ricaun.Autodesk.Forge.Oss?logo=nuget\u0026label=nuget\u0026color=blue)](https://www.nuget.org/packages/ricaun.Autodesk.Forge.Oss)\n\n## Overview\n\n.NET SDK for **Data Management v2 API** for `Object Storage Service (OSS)`, for more information, please visit  [official documentation](https://aps.autodesk.com/en/docs/data/v2)\n\n### PackageReference\n```xml\n\u003cPackageReference Include=\"ricaun.Autodesk.Forge.Oss\" Version=\"*\" /\u003e\n```\n\n### Requirements\n\n- [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) or later\n- A registered app on the [Autodesk Platform Service](https://aps.autodesk.com/). \n\n### Dependencies\n\n- [Autodesk.Forge](Autodesk.Forge) assembly which provides services such as: \n    - Forge [TwoLeggedApi](Autodesk.Forge/Api/TwoLeggedApi.cs)\n    - Data Management [BucketsApi](Autodesk.Forge/Api/BucketsApi.cs)\n    - Data Management [ObjectsApi](Autodesk.Forge/Api/ObjectsApi.cs)\n\n### Configuration\n\nBy default the Forge credentials could be defined with the following environment variables:\n\n```bash\nAPS_CLIENT_ID=\u003cyour client id\u003e\nAPS_CLIENT_SECRET=\u003cyour client secret\u003e\n```\n\nor\n\n```bash\nFORGE_CLIENT_ID=\u003cyour client id\u003e\nFORGE_CLIENT_SECRET=\u003cyour client secret\u003e\n```\n\n## API Reference\n\nThe package `ricaun.Autodesk.Forge.Oss` use the namespace `Autodesk.Forge.Oss`.\n\n### OssClient\n```csharp\nusing Autodesk.Forge.Oss;\nusing System;\nusing System.Threading.Tasks;\n\ninternal class Program\n{\n    public static async Task Main(string[] args)\n    {\n        var ossClient = new OssClient(new Configuration()\n        {\n            ClientId = \"\u003cyour client id\u003e\",\n            ClientSecret = \"\u003cyour client secret\u003e\"\n        });\n\n        var buckets = await ossClient.GetBucketsAsync();\n        Console.WriteLine(buckets);\n    }\n}\n```\n\n### Bundle \n```csharp\nBuckets buckets = await ossClient.GetBucketsAsync();\nBucket bucket = await ossClient.CreateBucketAsync(bucketKey);\nBucket bucket = await ossClient.TryGetBucketDetailsAsync(bucketKey);\nBucket bucket = await ossClient.GetBucketDetailsAsync(bucketKey);\nawait ossClient.DeleteBucketAsync(bucketKey);\n```\n\n### Object \n```csharp\nBucketObjects bucketObjects = await ossClient.GetObjectsAsync(bucketKey);\nStream stream = await ossClient.GetObjectAsync(bucketKey, objectName);\nObjectDetails objectDetails = await ossClient.GetObjectDetailsAsync(bucketKey, objectName);\nObjectDetails objectDetails = await ossClient.UploadObjectAsync(bucketKey, objectName);\nObjectDetails objectDetails = await ossClient.GetS3UploadURLAsync(bucketKey, objectName);\nObjectDetails objectDetails = await ossClient.CompleteS3UploadAsync(bucketKey, objectName, uploadKey);\nawait ossClient.DeleteObjectAsync(bucketKey, objectName);\n```\n\n### Signed \n```csharp\nPostObjectSigned postObjectSigned = await ossClient.CreateSignedResourceAsync(bucketKey, objectName, postBucketsSigned);\n```\n\n### FileExtension \n```csharp\nObjectDetails objectDetails = await ossClient.UploadFileAsync(bucketKey, objectName, localFullName);\nawait ossClient.DownloadFileAsync(bucketKey, objectName, localFullName);\nstring signedUrl = await ossClient.CreateSignedFileAsync(bucketKey, objectName);\nstring signedUrl = await ossClient.CreateSignedFileWriteAsync(bucketKey, objectName);\n```\n\n## Release\n\n* [Latest release](https://github.com/ricaun-io/forge-api-dotnet-oss/releases/latest)\n\n## License\n\nThis project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).\n\n---\n\nDo you like this project? Please [star this project on GitHub](https://github.com/ricaun-io/forge-api-dotnet-oss/stargazers)!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricaun-io%2Fforge-api-dotnet-oss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricaun-io%2Fforge-api-dotnet-oss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricaun-io%2Fforge-api-dotnet-oss/lists"}