Project Description
This is a .NET Wrapper for the Netflix API. Currently it supports low level requests including OAuth signing.

A high level object model is planned.

Full release history here

Release: Preview 5

Jason Lambert added these features:

High Level Guidance on using wrapnetflix

Source Code organization model

Unit Testing thoughts

I would like to use formal unit tests, but I'm not doing it at this time for three reasons.
  1. Time.
  2. Concern over how often they can run before hitting the daily limits.
  3. Concern over the changing nature of the data we receive.

Once someone is able to overcome #1, I'm sure numbers 2 and 3 won't present any long-term problems.