Current
It seems that the token parameter is always needed when getting data. Even if the requested data has public visibility.
Expected
- The token is only required when needed. If all the queries have public visibility, then the token is not required.
Current
It seems that the
tokenparameter is always needed when getting data. Even if the requested data has public visibility.Expected