n-rosati / FicsitExplorer

Explorer and downloader made for https://ficsit.app/
6 stars 1 forks source link

Change API Query Method #1

Closed n-rosati closed 4 years ago

n-rosati commented 4 years ago

Instead of making REST requests myself, I'm now using a library that handles the 'dirty' work. All I need to do is give it a request to make.

Possibly in the future I'll use the fancier "class gets turned into the request" instead of a long string as the request.