Skip to content

ivan213k/FreelanceHuntApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreelanceHunt Api for .NET

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.

How to use

Add the package to your project:

Package Manager

PM> Install-Package FreelanceHunt.Api

.NET CLI

> dotnet add package FreelanceHunt.Api

Do the following:

  1. Create application
  2. Log in with login and secret key
    Example: FlHuntApi flHuntApi = new FlHuntApi("login", "secret key");
  3. Use the appropriate methods from FlHuntApi class

About

FreelanceHunt Api for .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages