mhelmetag / surflinef

An API client for fetching data from the Surfline API v1 and v2
GNU General Public License v3.0
64 stars 2 forks source link

Search support #15

Open mhelmetag opened 3 years ago

mhelmetag commented 3 years ago

The search API is a bit easier to use than the taxonomy API (you just search by a string and get everything).

An example URL is https://services.surfline.com/search/site?q=example&querySize=20&suggestionSize=1&newsSearch=false.

The problem is that there are a few types of responses so deserialization will be a bit fun.