Skip to content

jdorfman/netdnarws-net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetDNA REST Web Services NET Client

This is a Visual Studio 2012 project using .NET 4.5

Make sure an obtain a proper account alias, consumer key, and consumer secret prior to using this library

Usage

var api = new NetDNARWS.Api("account alais", "consumer key","consumer secret");

var accountResult = api.Get("/account.json")

Methods

It has support for GET requests only at the moment

Every request can take an optional debug parameter which will write all objects returned to the console

var accountResult = api.Get("/account.json", true)

About

.NET library for NetDNA's REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%