Closed Byorun closed 6 years ago
Everything look fine except the search. Wouldn't it just show the 1st page every time?
Right now the search is limited to one page (15 entries) on the frontend and api side. The backend is capable of showing more results, so I can add it back later. The plan was to have the user refine their search criteria instead of pulling pages of content for a vague search key.
On a side node: I am not so much into c# and since you already started refactoring wouldn't it be convenient to make the url to beatsaver.com configurable? So i don't have to recompile the downloader if I need to test changes to the api.
Done.
I am currently rewriting the beatsaver.com website. In the rewrite API changed. I provided the necessary changes in this pull request. The new site has a api.php in the old format with a dummy song telling the user to update their plugin.
ETA for a release is still unknown.