Files

14 lines
916 B
Plaintext
Raw Permalink Normal View History

2023-09-04 16:42:38 -04:00
# SabreTools.RedumpLib
2024-12-06 11:34:34 -05:00
[![Build and Test](https://github.com/SabreTools/SabreTools.RedumpLib/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/SabreTools/SabreTools.RedumpLib/actions/workflows/build_and_test.yml)
2023-09-04 16:42:38 -04:00
This library comprises interaction logic for [Redump](http://redump.org/). Because there is no formal API for the site, this library interacts with the site through normal HTTP methods. It includes a fairly comprehensive reference of supported parts of the site, including URLs, page information, and packs.
2023-09-04 21:37:57 -04:00
Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.RedumpLib).
2024-12-06 11:34:34 -05:00
## Releases
For the most recent stable build, download the latest release here: [Releases Page](https://github.com/SabreTools/SabreTools.RedumpLib/releases)
For the latest WIP build here: [Rolling Release](https://github.com/SabreTools/SabreTools.RedumpLib/releases/rolling)