The Freelancehunt API provides access to the service's functions, such as a news feed, private messages, a list of projects, information about users, etc.
Package Manager
PM> Install-Package FreelanceHunt.Api
.NET CLI
> dotnet add package FreelanceHunt.Api
- Create application
-
Log in with
login and secret key
Example: FlHuntApi flHuntApi = new FlHuntApi("login", "secret key"); - Use the appropriate methods from FlHuntApi class