Code Monkey home page Code Monkey logo

googletasks.net's Introduction

GoogleTasks.Net

nuget version

A Google Tasks .Net Standard API

Everything in the API has been implemented except Patch methods (which aren't necessary)

How to use:

  1. Get your API Keys from here (you'll need to create a consent screen): https://console.developers.google.com/
  2. Create an OAuthClient with your API keys.
  3. Generate an Authorization URL with the OAuthClient.
  4. Launch the URL in a browser to login
  5. Handle the query strings returned from the browser redirect with one of the FinishOAuthAsync methods.
  6. You should have obtained a token from step 5. Create a TasksClient with the API Keys and token you've obtained. You will now be able to interact with the Tasks API using methods from TasksClient.

Note: You are responsible for ensuring that your token isn't expired while using the API. You can refresh the token with the RefreshTokenAsync method from OAuthClient.

You should save your Token to avoid logging in everytime you wish to access the API.

Issues

For bugs, feature requests or anything else, open up a new issue.

References:

Google Tasks API: https://developers.google.com/tasks/v1/reference/

Google OAuth 2.0 for Mobile & Desktop Apps: https://developers.google.com/identity/protocols/OAuth2InstalledApp

Google OAuth Apps For Windows Samples: https://github.com/googlesamples/oauth-apps-for-windows

googletasks.net's People

Contributors

colinkiama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

googletasks.net's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.