Giter Site home page Giter Site logo

evernote-sdk-csharp's Introduction

Evernote SDK for C#

Evernote API version 1.25

Overview

This SDK contains wrapper code used to call the Evernote Cloud API from C# applications.

The SDK also contains three sample solutions. The solution in sample/client demonstrates the basic use of the SDK in a .NET application like you might build for the Windows desktop. The solution in sample/wp7 demonstrates the basic use of the SDK in a Windows Phone 7 Silverlight application. The solution in sample/win8 demonstrates the basic use of the SDK in a Windows 8 XAML/C# Store App.

Prerequisites

In order to use the code in this SDK, you need to obtain an API key from http://dev.evernote.com/documentation/cloud. You'll also find full API documentation on that page.

In order to run the sample code, you need a user account on the sandbox service where you will do your development. Sign up for an account at https://sandbox.evernote.com/Registration.action

In order to run the client client sample code, you need a developer token. Get one at https://sandbox.evernote.com/api/DeveloperToken.action

Getting Started - Windows

The project in sample\client demonstrates the basics of using the Evernote API, using developer tokens to simplify the authentication process while you're learning.

  1. Open sample\client\Evernote.sln
  2. In the Solution Explorer, open the SampleApp project and then the EDAMTest.cs file.
  3. Scroll down to the top of the EDAMTest class and fill in your Evernote developer token.
  4. Build the solution, which produces a command-line application.
  5. Run the sample app

Getting Started - Windows Phone 7

  1. Open sample\wp7\EvernoteSample.sln.
  2. In the Solution Explorer, open the EvernoteSample project and then the Sample.cs file.
  3. Scroll down to the top of the EDAMTest class and fill in your Evernote developer token.
  4. Build the solution and run it in the Windows Phone Emulator.
  5. Click the "Start the connection process" button in the sample app.

Getting Started - Windows 8

  1. Open sample\win8\EvernoteSample.sln in Visual Studio 12 or 13.
  2. In the Solution Explorer, open the EvernoteSample project and then the Sample.cs file.
  3. Scroll down to the top of the EDAMTest class and fill in your Evernote developer token.
  4. Build the solution and run it.
  5. Click the "Start the connection process" button in the sample app.

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.