playcanvas / playcanvas-sync

Real-time synchronization of files between PlayCanvas and your local machine
https://playcanvas.com/
MIT License
75 stars 18 forks source link

use playcanvas rate limits #61

Closed isumygin-sc closed 1 year ago

isumygin-sc commented 1 year ago

Use bottleneck library to apply rate limits of PlayCanvas for downloading and uploading assets

This PR uses new /api/ratelimits endpoint to get limits for the current user

Closes #58