SpigotMC / XenforoResourceManagerAPI

Exposes resource/author information via a simple JSON REST API
BSD 3-Clause "New" or "Revised" License
79 stars 7 forks source link

Add a way of searching SpigotMC resources #71

Open BaeFell opened 1 year ago

BaeFell commented 1 year ago

Hi there,

Great work with the API, it's looking really good.

My suggestion is essentially a way to directly search through resources on Spigot with a query and the possibility to search only specific categories.

Many thanks

jacobsandersen commented 1 year ago

You can use listResources to search only specific categories, but you can't search by resource name at the moment. I will try to make a patch that lets you do that at some point in the future.

BaeFell commented 1 year ago

Thanks for the update! Appreciate the work :)