{"id":25794067,"url":"https://github.com/nicoviii/gogapi","last_synced_at":"2025-10-08T21:40:38.432Z","repository":{"id":132464251,"uuid":"210798880","full_name":"NicoVIII/GogApi","owner":"NicoVIII","description":"This project aims at providing an interface to use the (unofficial) GOG API from .NET (atm only for F#).","archived":false,"fork":false,"pushed_at":"2024-05-01T10:51:28.000Z","size":3454,"stargazers_count":3,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T21:09:17.513Z","etag":null,"topics":["api","fsharp","gog"],"latest_commit_sha":null,"homepage":"https://nicoviii.github.io/GogApi/","language":"F#","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/NicoVIII.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE-OF-CONDUCT.md","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}},"created_at":"2019-09-25T08:51:32.000Z","updated_at":"2023-11-16T07:06:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b803e0d-c285-4790-a480-ed6bd0632e7e","html_url":"https://github.com/NicoVIII/GogApi","commit_stats":null,"previous_names":["nicoviii/gogapi.dotnet"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/NicoVIII/GogApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoVIII%2FGogApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoVIII%2FGogApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoVIII%2FGogApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoVIII%2FGogApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicoVIII","download_url":"https://codeload.github.com/NicoVIII/GogApi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoVIII%2FGogApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000706,"owners_count":26082837,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["api","fsharp","gog"],"created_at":"2025-02-27T13:54:15.845Z","updated_at":"2025-10-08T21:40:38.416Z","avatar_url":"https://github.com/NicoVIII.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GogApi\n\n[![Nuget](https://img.shields.io/nuget/v/NicoVIII.GogApi?style=flat-square\u0026logo=nuget)](https://www.nuget.org/packages/NicoVIII.GogApi/)\n[![GitHub Actions Build](https://img.shields.io/github/actions/workflow/status/NicoVIII/GogApi/build.yml?branch=main\u0026style=flat-square)](https://github.com/NicoVIII/GogApi/actions/workflows/build.yml)\n[![Last commit](https://img.shields.io/github/last-commit/NicoVIII/GogApi?style=flat-square)](https://github.com/NicoVIII/GogApi/commits/)\n\nThis project aims at providing an interface to use the (unofficial) GOG API documented at \u003chttps://www.gog.com/forum/general/unofficial_gog_api_documentation/page1\u003e from .NET (atm only for F#).\n\n📚 [Documentation](https://nicoviii.github.io/GogApi)\n\n## Development\n\nTo develop this library, please use the provided Devcontainer with VSCode. You just need VSCode and\nDocker installed, everything else is inside the container.\n\n### How to build application\n\n1. Run `dotnet run build` to build\n2. To run tests use `dotnet run test`\n\n## How to work with documentation\n\n1. Run `dotnet run build` to build\n2. Build documentation to make sure everything is fine with `dotnet run docs`\n3. Start Fornax in watch mode `dotnet run watch-docs`\n4. Your documentation should now be accessible on `localhost:8080` and will be regenerated on every file save\n\n### How to contribute\n\n_Imposter syndrome disclaimer_: I want your help. No really, I do.\n\nThere might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.\n\nI assure you, that's not the case.\n\nThis project has some clear Contribution Guidelines and expectations that you can [read here](CONTRIBUTING.md).\n\nThe contribution guidelines outline the process that you'll need to follow to get a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute.\n\nAnd you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)\n\nThank you for contributing!\n\n### Contributing and copyright\n\nThe project is hosted on [GitHub](https://github.com/NicoVIII/GogApi) where you can report issues, fork\nthe project and submit pull requests.\n\nThe library is available under [MIT license](LICENSE.md), which allows modification and redistribution for both commercial and non-commercial purposes.\n\nPlease note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicoviii%2Fgogapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicoviii%2Fgogapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicoviii%2Fgogapi/lists"}