{"id":22640911,"url":"https://github.com/aliencube/forem-sdk","last_synced_at":"2025-04-11T22:20:51.457Z","repository":{"id":55015299,"uuid":"328686057","full_name":"aliencube/forem-sdk","owner":"aliencube","description":"API wrapper for https://dev.to in C#, Go, Java, Python, node.js, TypeScript, Ruby and PHP","archived":false,"fork":false,"pushed_at":"2021-01-19T00:11:48.000Z","size":537,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-25T18:16:21.214Z","etag":null,"topics":["forem","sdk"],"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/aliencube.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":"2021-01-11T14:15:07.000Z","updated_at":"2024-10-24T06:52:04.000Z","dependencies_parsed_at":"2022-08-14T09:10:20.731Z","dependency_job_id":null,"html_url":"https://github.com/aliencube/forem-sdk","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliencube%2Fforem-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliencube%2Fforem-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliencube%2Fforem-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliencube%2Fforem-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliencube","download_url":"https://codeload.github.com/aliencube/forem-sdk/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987056,"owners_count":21028891,"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":["forem","sdk"],"created_at":"2024-12-09T04:14:55.121Z","updated_at":"2025-04-11T22:20:51.436Z","avatar_url":"https://github.com/aliencube.png","language":"C#","readme":"# Forem/Dev.To SDK #\n\nThis is an **UNOFFICIAL** wrapper package of the [Forem/DevTo](https://github.com/forem/forem) API used for [https://dev.to](https://dev.to/), using [AutoRest](https://aka.ms/autorest).\n\n\n## Acknowledgement ##\n\n* This is a wrapper package of the APIs offered by [Forem/DevTo](https://github.com/forem/forem), using [AutoRest](https://aka.ms/autorest).\n* This is **NOT** affiliated with [Forem/DevTo](https://github.com/forem/forem) by any means.\n\n\n## Official API Document ##\n\n* Official API document: [https://docs.forem.com/api/](https://docs.forem.com/api/)\n* The document page provides an Open API specification [complying to v3.0.3](http://spec.openapis.org/oas/v3.0.3).\n* Current API version is `0.9.5`.\n\n\n## Generating SDK ##\n\nMake sure you have [AutoRest](https://aka.ms/autorest) installed on your machine.\n\n```bash\nnpm install -g autorest\n```\n\nRun the following command to generate SDK.\n\n```bash\nautorest config-file.yaml --input-file=forem.swagger-\u003cversion\u003e.json\n```\n\n\n## Getting Started ##\n\n* ✅ [.NET SDK](./docs/csharp.md)\n* 🔲 JavaScript SDK: TBD\n* 🔲 Python SDK: TBD\n* 🔲 Java SDK: TBD\n* 🔲 Go SDK: TBD\n* 🔲 PHP SDK: TBD\n\n\n## TO-DO List ##\n\n| Package | Status | Version |\n| --- | --- | --- |\n| ✅ .NET SDK on [NuGet](https://nuget.org/) | [![](https://img.shields.io/nuget/dt/Forem.DevTo.svg)](https://www.nuget.org/packages/Forem.DevTo/) | [![](https://img.shields.io/nuget/v/Forem.DevTo.svg)](https://www.nuget.org/packages/Forem.DevTo/) |\n| 🔲 JavaScript SDK on [npm](https://npmjs.com/) | | |\n| 🔲 Python SDK on [PyPI](https://pypi.org/) | | |\n| 🔲 Java SDK on [Maven](https://mvnrepository.com/) | | |\n| 🔲 Go SDK on ??? | | |\n| 🔲 PHP SDK on [Composer](https://getcomposer.org/) | | |\n\n\n## Contribution ##\n\nYour contributions are always welcome! All your work should be done in your forked repository. Once you finish your work with corresponding tests, please send us a pull request onto our `dev` branch for review.\n\n\n## License ##\n\n**Forem/DevTo SDK** is released under [MIT License](http://opensource.org/licenses/MIT)\n\n\u003e The MIT License (MIT)\n\u003e\n\u003e Copyright (c) 2021 [aliencube.org](http://aliencube.org)\n\u003e \n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\u003e \n\u003e The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\u003e \n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliencube%2Fforem-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliencube%2Fforem-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliencube%2Fforem-sdk/lists"}