schulzefelix / laravel-search-console

A Laravel package to retrieve data from Google Search Console
MIT License
47 stars 24 forks source link

Sorting #23

Closed spekulatius closed 4 years ago

spekulatius commented 4 years ago

Hello @schulzefelix

I was wondering if you aware of any options/ways to sort the returned information. I'd like to ensure not asking large chunks of data only to sort them out on my end. I've not been able to find anything in the Googel docs. Any suggestions or ideas?

Viele Grüße, Peter

schulzefelix commented 4 years ago

Hey, sorry for the late answer. I think I had the same issue, when I wrote this package, if its not in the API, then they still don't provide it and you have to order it by yourself at the end.

spekulatius commented 4 years ago

Yeah, okay, fair enough. Just raised it to see if you maybe know more :+1: