Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Easily interact with the TF2Outpost website.

License

Notifications You must be signed in to change notification settings

aleksamagicka/TF2-Outpost-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF2 Outpost API

Deprecation Notice

On 11.9.2018. TF2 Outpost announced that is closing down till the end of that month. As a consequence, this library becomes obsolete. NuGet usage statistics

Usage

Easily fetch trades from the TF2Outpost.com website.

This library supports .NET Core 2.0.

  1. Install this library via NuGet.
  2. To fetch a trade, initialize the TF2Outpost.API class and call FetchTrade method, like this:
var tf2OutpostAPI = new TF2Outpost.TF2OutpostAPI();
Trade tradeInfo = await tf2OutpostAPI.FetchTrade(1);

// All information about trade with id 1 is now in the tradeInfo object.
// Use it however you wish.

About

Easily interact with the TF2Outpost website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages