Skip to content

tstavrianos/NexusAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NexusAPI

Handler for the NexusMods api, implemented using RestEase and Newtonsoft.Json. The response classes were copied from the models classes in FluentNexus.

The design of the project is still in flux and will probably change in the future.

Features

  • Throttles all requests, so as to abide by the rules of use stated on the NexusMods website.
  • Checks allowed daily and hourly limits and postpones requests if these have been exceeded (implementation for this is working but will probably change).
  • Caches all requests (currently Mods, ModFiles and DownloadLinks only).

Todo

  • Actually write a proper readme.
  • Document the api calls.
  • Add wrappers for the rest of the api calls that use throttling and caching.

About

NexusMods api implementation in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages