Click here to Skip to main content
15,892,674 members
Articles / Web Development / HTML

The CodeProject API - Part 1

Rate me:
Please Sign up or sign in to vote.
4.99/5 (52 votes)
29 Apr 2015CPOL21 min read 60.4K   690   67  
In this article, we're going to look at how we can start building a client side CodeProject API that's suitable for all C# developments.
In this article, I want to cover how I have approached starting to build a wrapper for the CodeProject API. I wanted to produce the wrapper that most closely resembled the way I approach development nowadays. I give you an overview of the classes involved in the application (like ClientRequest that is going to be responsible for actually issuing the POST request to the server, and converting the response to JSON), and then show you how to put the application together.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO
United Kingdom United Kingdom
A developer for over 30 years, I've been lucky enough to write articles and applications for Code Project as well as the Intel Ultimate Coder - Going Perceptual challenge. I live in the North East of England with 2 wonderful daughters and a wonderful wife.

I am not the Stig, but I do wish I had Lotus Tuned Suspension.

Comments and Discussions