资 源 简 介
Freelancer Client Toolkit for .NET
Freelancer Client Toolkit for .NET is a set of tools that allow Freelancer API developers to generate extensible, object-oriented Freelancer API clients based on API XML definition whenever they want, without waiting for anybody to do it or writing themselves a line of code. With this approach, developers can respond to changes in the API following a quick, and error free process. When a change is made in the API (new parameter, new field in response, new method), all developers have to do is to update the API XML definition provided by the toolkit, generate a new Freelancer API client, and include it in their Freelancer application, keeping application up to date.
The main idea behind Freelancer Client Toolkit for .NET is that a task as complex and repetitive as writing a Freelancer API client should not be done by hand, instead, a Freelancer API client should be automatically generated and updatable based on API definition and