{"id":40017587,"url":"https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-dotnet","last_synced_at":"2026-01-19T03:06:11.962Z","repository":{"id":28567960,"uuid":"117061189","full_name":"groupdocs-annotation-cloud/groupdocs-annotation-cloud-dotnet","owner":"groupdocs-annotation-cloud","description":".NET SDK for communicating with the GroupDocs.Annotation REST API. Add, Remove Annotations from a variety of documents.","archived":false,"fork":false,"pushed_at":"2025-07-15T08:07:44.000Z","size":9489,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-01T00:31:19.333Z","etag":null,"topics":["annotation-cloud-api","annotation-cloud-sdk","cloud-sdk","docx","excel","images","nuget","powerpoint","pptx","rest-api","sdk","tiff","word","xlsx"],"latest_commit_sha":null,"homepage":"https://products.groupdocs.cloud/annotation/net","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/groupdocs-annotation-cloud.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-11T06:42:09.000Z","updated_at":"2025-07-15T07:53:36.000Z","dependencies_parsed_at":"2025-07-15T09:33:15.764Z","dependency_job_id":"9e9e0efb-f629-4bad-b4af-dfa6c81ed767","html_url":"https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-dotnet","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/groupdocs-annotation-cloud/groupdocs-annotation-cloud-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-annotation-cloud%2Fgroupdocs-annotation-cloud-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-annotation-cloud%2Fgroupdocs-annotation-cloud-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-annotation-cloud%2Fgroupdocs-annotation-cloud-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-annotation-cloud%2Fgroupdocs-annotation-cloud-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groupdocs-annotation-cloud","download_url":"https://codeload.github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdocs-annotation-cloud%2Fgroupdocs-annotation-cloud-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28559381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["annotation-cloud-api","annotation-cloud-sdk","cloud-sdk","docx","excel","images","nuget","powerpoint","pptx","rest-api","sdk","tiff","word","xlsx"],"created_at":"2026-01-19T03:06:09.029Z","updated_at":"2026-01-19T03:06:11.950Z","avatar_url":"https://github.com/groupdocs-annotation-cloud.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GroupDocs.Annotation Cloud SDK for .NET\n\nThis repository contains GroupDocs.Annotation Cloud SDK for .NET source code. This SDK allows you to work with GroupDocs.Annotation Cloud REST APIs in your .NET applications.\n\n## How to use the SDK\n\nThe complete source code is available in this repository folder, you can either directly use it in your project via NuGet package manager. For more details, please visit our [documentation website](https://docs.groupdocs.cloud/annotation/).\n\n## Dependencies\n\n+[Json.NET](https://www.nuget.org/packages/Newtonsoft.Json)\n\n## Getting Started\n\n```csharp\nusing System;\nusing System.Diagnostics;\nusing GroupDocs.Annotation.Cloud.Sdk.Api;\n\nnamespace Example\n{\n    public class Example\n    {\n        public void Main()\n        {\n            //TODO: Get your AppSID and AppKey at https://dashboard.groupdocs.cloud (free registration is required).\n            var appSid = \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\";\n            var appKey = \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\";\n\n            var api = new InfoApi(appSid, appKey);\n\n            try\n            {\n                // Get supported file formats\n                var response = api.GetSupportedFileFormats();\n\n                foreach (var format in response.Formats)\n                {\n                    Debug.Print(format.ToString());\n                }\n            }\n            catch (Exception e)\n            {\n                Debug.Print(\"Something went wrong: \" + e.Message);\n            }\n        }\n    }\n}\n```\n\n## Licensing\n\nAll GroupDocs.Annotation Cloud SDKs are licensed under [MIT License](LICENSE).\n\n## Resources\n\n+[**Website**](https://www.groupdocs.cloud)\n+[**Product Home**](https://products.groupdocs.cloud/annotation)\n+[**Documentation**](https://docs.groupdocs.cloud/annotation/)\n+[**Free Support Forum**](https://forum.groupdocs.cloud/c/annotation)\n+[**Blog**](https://blog.groupdocs.cloud/category/annotation)\n\n## Contact Us\n\nYour feedback is very important to us. Please feel free to contact us using our [Support Forums](https://forum.groupdocs.cloud/c/annotation).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroupdocs-annotation-cloud%2Fgroupdocs-annotation-cloud-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroupdocs-annotation-cloud%2Fgroupdocs-annotation-cloud-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroupdocs-annotation-cloud%2Fgroupdocs-annotation-cloud-dotnet/lists"}