frends-community - Frends.Community.GoogleApi 1.1.0
Frends Community Task for Google API
PM> Install-Package Frends.Community.GoogleApi -Version 1.1.0 -Source https://www.myget.org/F/frends-community/api/v3/index.json
> nuget.exe install Frends.Community.GoogleApi -Version 1.1.0 -Source https://www.myget.org/F/frends-community/api/v3/index.json
> dotnet add package Frends.Community.GoogleApi --version 1.1.0 --source https://www.myget.org/F/frends-community/api/v3/index.json
source https://www.myget.org/F/frends-community/api/v3/index.json
nuget Frends.Community.GoogleApi ~> 1.1.0
Copy to clipboard
> choco install Frends.Community.GoogleApi --version 1.1.0 --source https://www.myget.org/F/frends-community/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "frends-community" -SourceLocation "https://www.myget.org/F/frends-community/api/v2"
Install-Module -Name "Frends.Community.GoogleApi" -RequiredVersion "1.1.0" -Repository "frends-community"
Copy to clipboard
Browse the sources in this package using Visual Studio or WinDbg by configuring the following legacy symbol server URL: https://www.myget.org/F/frends-community/symbols/
Frends.Community.GoogleApi
Frends Tasks for Google API
Installing
You can install the Task via Frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-community/api/v3/index.json and in Gallery view in MyGet https://www.myget.org/feed/frends-community/package/nuget/Frends.Community.GoogleApi
Tasks
GetServiceAccountAccessToken
Task Parameters
Input
| Property | Type | Description | Example |
|---|---|---|---|
| SecretJson | string | Secret JSON Key as string for authentication. | { "SecretKey" : "SecretValue" } |
| Scopes | string[] | Scopes to which access token can access. | ["user.profile"] |
Result
| Property | Type | Description | Example |
|---|---|---|---|
| AccessToken | string | Service accounts access token. | dfdewmfkm�afnlkewmfew |
Building
Clone a copy of the repo.
git clone https://github.com/CommunityHiQ/Frends.Community.GoogleApi.git
Build the project.
dotnet build
Run Tests.
dotnet test
Create a NuGet package.
dotnet pack --configuration Release
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Change Log
| Version | Changes |
|---|---|
| 1.0.0 | Initial implementation of GetServiceAccountAccessToken-Task. |
| 1.1.0 | Added target frameworks net6 & net8. Dependencies updated: System.ComponentModel.Annotations to 5.0.0, Google.Apis.Auth to 1.68.0, NUnit3TestAdapter to 4.6.0, Microsoft.NET.Test.Sdk to 17.12.0 |
-
.NETFramework 4.7.1
- Google.Apis.Auth (>= 1.68.0)
- System.ComponentModel (>= 4.3.0)
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETFramework 6.0
- Google.Apis.Auth (>= 1.68.0)
- System.ComponentModel (>= 4.3.0)
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETFramework 8.0
- Google.Apis.Auth (>= 1.68.0)
- System.ComponentModel (>= 4.3.0)
- System.ComponentModel.Annotations (>= 5.0.0)
-
.NETStandard 2.0
- Google.Apis.Auth (>= 1.68.0)
- System.ComponentModel (>= 4.3.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- .NETFramework 4.7.1: 4.7.1.0
- .NETFramework 6.0: 6.0.0.0
- .NETFramework 8.0: 8.0.0.0
- .NETStandard 2.0: 2.0.0.0
| Assembly | Assembly hash | Match |
|---|---|---|
| /lib/net6.0/frends.community.googleapi.dll | 1706199749334fe096a51e8a46d6db9aFFFFFFFF | |
| /lib/net471/frends.community.googleapi.dll | 9a6399cf24d84eb886f8754d0ff1cb60FFFFFFFF | |
| /lib/net8.0/frends.community.googleapi.dll | 9d78f0514c7442e89a7e38e782396836FFFFFFFF | |
| /lib/netstandard2.0/frends.community.googleapi.dll | cde61f554dd44b4ab059441ef9200efeFFFFFFFF |
OwnersFRENDS Community Feed User |
AuthorsHiQ Finland |
Project URLhttps://github.com/CommunityHiQ/Frends.Community.GoogleApi |
LicenseUnknown |
TagsFrends |
Info49 total downloads |
| 7 downloads for version 1.1.0 |
| Download (17.71 KB) |
| Download legacy symbols (41.5 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.1.0 | 17.71 KB | Mon, 24 Feb 2025 08:25:34 GMT | 7 |
|
||
|
|
1.0.0 | 9.66 KB | Wed, 09 Nov 2022 11:31:04 GMT | 42 |
|