Sample Code in .NET
We are still working on creating some Oodle API sample code for .NET developers.
As soon as that sample code is done, we will post it here.
Until then, to help you get going in .NET & XML-RPC, please see the following tutorials:
- XML-RPC.net (a very good libary to use for making XML-RPC requests in .NET!)
- C# XML-RPC
- Creating an XML-RPC Client in ASP.net
- First, make sure you have an API key. If you don't have one, start by requesting an API key.
- In your source code, http://api.oodle.com/api is the Oodle API URL.
- "get" is the name of the Oodle XML-RPC method that returns listings.
- For more, see the full documentation for the get method.
