Slide 4
Slide 4 text
The web is packed full of web APIs just waiting to be consumed. Sites
such as Meetup, GitHub, Twitter, LinkedIn, and Facebook to name a
few all have developer APIs that can be used programmatically to
consume the data contained within their site. By implementing their
APIs in similar fashions using REST, JSON, and OAuth, the ease at
which these APIs can be consumed is amazing.
For this talk, I am going to discuss how to consume GitHub’s RESTful
web API using web resources, NuGet packages, the .NET framework,
and a few lines of C# code.
Along the way, I will also touch on topics such as JSON, REST,
Schemas, and the HTTP protocol.
JSON Web API Consumption