Giter VIP home page Giter VIP logo

csharp-sdk's Introduction

Introduction

The FreeClimb C# SDK will allow you to easily use the FreeClimb API in a C# application.

Testing your Installation

Test the SDK is working by sending yourself a text message.

using com.freeclimb;
using com.freeclimb.api;
using com.freeclimb.api.message;
...

FreeClimbClient client = new FreeClimbClient("ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "your_auth_token");
// Numbers must follow the E.164 formatting standard for phone numbers
// An example US number in E.164 would be: +1Area_CodePhoneNumber
// So the US number 202-555-0175 in E.164 formating would be +12025550175
string to = "your_phone_number";
string from = "a_freeclimb_phone_number_in_your_account";
Message message = client.getMessagesRequester.create(from, to, "Hello from C#");

When you run this code you should get a text message. This indicates that you've successfully setup your SDK.

Documentation

The FreeClimb documentation has guides on getting started with FreeClimb, as well as the API reference and PerCL reference.

The C# SDK uses standard XML Documentation Comments. Docfx consumes these comments and generates a static documentation site. To build the documentation, install docfx and run docfx docs/docfx.json --serve.

Getting Help

If you are experiencing difficulties, contact our support team at [email protected].

csharp-sdk's People

Contributors

deseao avatar fsanfilipp avatar kohearn-vail avatar mjcasti avatar wajiw avatar

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.