Frends Tasks for Google API
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
| 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"] |
| Property | Type | Description | Example |
|---|---|---|---|
| AccessToken | string | Service accounts access token. | dfdewmfkm�afnlkewmfew |
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
This project is licensed under the MIT License - see the LICENSE file for details.
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!
| 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 |