|
Forum Post |
Update |
Updated forum post in API for .NET: I'm working on an API wrapper for .NET. If anyone is working on a Netflix application in .NET and would like to collaborate please contact me. I'm more than willing to build all your low-level code in exchange for having someone test out my API.
Jonath |
1 year ago
|
|
Comment |
Create |
Created new comment in Let Us Know About your Libraries!: I've got one for .NET at http://wrapnetflix.codeplex.com/ |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in .NET C# or VB Sample?: Pawan, I've got a wrapper around the API that you can use as is or as a sample for writing your own.
http://www.codeplex.com/WrapNetflix/Release/ProjectReleases.aspx?ReleaseId=20682
Jonathan / grauenwolf@gmail.com
|
3 years ago
|
|
Forum Post |
Update |
Updated forum post in Translate Website URLs to Title IDs: Is there a way to translate a Website URL to a Title ID? If not I want to suggest adding one.
Recently a developer told me that wants to read a public RSS feed and add items to a queue based on that. Before I recommend something crazy like searching fo |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in Translate Website URLs to Title IDs: Is there a way to translate a Website URL to a Title ID? If not I want to suggest adding one.
Recently a developer told me that wants to read a public RSS feed and add items to a queue based on that. Before I recommend something crazy like searching fo |
3 years ago
|
|
Forum Topic |
Create |
Created forum topic Translate Website URLs to Title IDs in Netflix API Feature Requests |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in asp.net c# demo app: You an see how I did it in my project. I started with code like that, but it has been changed significantly since then.
http://www.codeplex.com/WrapNetflix |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in Adding to Queue Failing: Hey Michael, I'm seeing that exact same problem.
Also, I noticed that changes to my queue via the website are not being reflected in the API. Could the API be using a cache that got stale? |
3 years ago
|
|
Forum Post |
Update |
Updated forum post in Why am I getting a "411 - Length Required" error when adding items to a queue?: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>411 - Length Required</title>
</head>
<body>
<h1>411 - Length Required</h1>
</body>
</html>
POST http://api.netflix.com/users/T1AqwDjxlLPV0oX8UELRH6F9bAlp3 |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in Why am I getting a "411 - Length Required" error when adding items to a queue?: This is another .NET-REST-Netflix incompatibility.
When doing a POST, you need to set the ContentLength property to 0. |
3 years ago
|