{"id":30420863,"url":"https://github.com/abjerner/skybrud.social.google","last_synced_at":"2025-08-22T08:20:50.570Z","repository":{"id":146308827,"uuid":"48862556","full_name":"abjerner/Skybrud.Social.Google","owner":"abjerner","description":"Authentication and service implementation for the Google API.","archived":false,"fork":false,"pushed_at":"2025-05-05T21:42:31.000Z","size":5859,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"v1/main","last_synced_at":"2025-07-22T10:21:11.260Z","etag":null,"topics":["api","api-wrapper","authentication","csharp","dotnet","google","google-api","limbo","oauth","oauth2","package","skybrud","skybrud-integrations","skybrud-social"],"latest_commit_sha":null,"homepage":"http://social.skybrud.dk/google/","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/abjerner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2015-12-31T21:20:01.000Z","updated_at":"2025-05-05T21:41:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"fad7bacf-a8dc-4283-b595-3361de6f7b92","html_url":"https://github.com/abjerner/Skybrud.Social.Google","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/abjerner/Skybrud.Social.Google","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abjerner%2FSkybrud.Social.Google","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abjerner%2FSkybrud.Social.Google/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abjerner%2FSkybrud.Social.Google/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abjerner%2FSkybrud.Social.Google/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abjerner","download_url":"https://codeload.github.com/abjerner/Skybrud.Social.Google/tar.gz/refs/heads/v1/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abjerner%2FSkybrud.Social.Google/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271606605,"owners_count":24788981,"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-08-22T02:00:08.480Z","response_time":65,"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","api-wrapper","authentication","csharp","dotnet","google","google-api","limbo","oauth","oauth2","package","skybrud","skybrud-integrations","skybrud-social"],"created_at":"2025-08-22T08:20:37.426Z","updated_at":"2025-08-22T08:20:50.560Z","avatar_url":"https://github.com/abjerner.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skybrud.Social.Google\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abjerner/Skybrud.Social.Google/blob/v1/main/LICENSE.md)\n[![NuGet](https://img.shields.io/nuget/v/Skybrud.Social.Google.svg)](https://www.nuget.org/packages/Skybrud.Social.Google)\n[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Social.Google.svg)](https://www.nuget.org/packages/Skybrud.Social.Google)\n[![Skybrud.Social.Google at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/skybrud.social.google/)\n\n**Skybrud.Social.Google** is an authentication and service implementation for the Google API - targeting both .NET Framework and .NET Standard.\n\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n## Target Frameworks\n\n.NET 4.5, .NET 4.6, .NET 4.7 and .NET Standard 2.0 ([read more](https://www.nuget.org/packages/Skybrud.Social.Google#supportedframeworks-body-tab)).\n\n\n\n\n\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n## Installation\n\nInstall the package via [**NuGet**](https://www.nuget.org/packages/Skybrud.Social.Google) - either via the .NET CLI:\n\n```\ndotnet add package Skybrud.Social.Google\n```\n\nor the NuGet Package Manager:\n\n```\nInstall-Package Skybrud.Social.Google\n```\n\n\n\n\n\n\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n## Google APIs\n\n**Skybrud.Social.Google** primarily handles authentication with the Google API, and also serves as a base implementation for the the long list of underlying APIs.\n\nThrough individual packages (building on top of *Skybrud.Social.Google*), I've also implemented packages for the following APIs:\n\n- [**Analytics**](https://github.com/abjerner/Skybrud.Social.Google.Analytics)\n- [**Geocoding**](https://github.com/abjerner/Skybrud.Social.Google.Geocoding)\n- [**Places**](https://github.com/abjerner/Skybrud.Social.Google.Places)\n- [**YouTube**](https://github.com/abjerner/Skybrud.Social.Google.YouTube)\n\n\n\n\u003cbr /\u003e\u003cbr /\u003e\n### Getting started?\nYou can find documentation and examples on how to use this package at the [**Skybrud.Social website**][Website].\n\n\n\n\u003cbr /\u003e\u003cbr /\u003e\n## Found a bug? Have a question?\nPlease feel free to [**create an issue**][Issues], and I will get back to you ;)\n\n\n\n\u003cbr /\u003e\u003cbr /\u003e\n### Changelog\nThe [**releases page**][Releases] lists all releases, and each there will be some information for each release on the most significant changes.\n\n\n\n\n[Website]: https://packages.limbo.works/skybrud.social.google/\n[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Social.Google\n[GitHubRelease]: https://github.com/abjerner/Skybrud.Social.Google/releases/latest\n[Releases]: https://github.com/abjerner/Skybrud.Social.Google/releases\n[Issues]: https://github.com/abjerner/Skybrud.Social.Google/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabjerner%2Fskybrud.social.google","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabjerner%2Fskybrud.social.google","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabjerner%2Fskybrud.social.google/lists"}