Asset Store API/Tools
This project uses an undocumented Asset Store API to retrieve data from the publisher dashboard. It is completely written in C# and was made based on this repository.
The project is currently in a "beta" stage, some features were not tested and might not work as intended. I made the project purely testing it with my account data, if you have discrepant data it might misbehave.
The email, password and token are stored locally using EditorPrefs, and are only uploaded to official Unity servers.
Tested on Unity 2018.1.0b7 and 2017.3.0f2
How to Use
Open the login window by going to the "Asset Store API Tools" menu on the top bar of Unity, then insert your credentials and log in.
Now you can use one of the demo windows to test the requests, they're located at the same menu as the login window.
To make your own requests you need to use the methods of the "AssetStoreAPI.AssetStore" class, for example:
Screenshots