dhruvmanila / browser-bookmarks.nvim

A Neovim plugin to open your browser bookmarks right from the editor!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raindrop.io rate limits API requests to 120 per second per user

IanPatterson99 opened this issue · comments

Just installing plugin.
Getting an error from the background job about rate limit being exceeded. Turns out that Raindrop limits it to 120 per user per second. https://developer.raindrop.io
I have way more than that in terms of stored bookmarks.
Their return codes indicating this look clear enough.
(I'm new to LUA. may have a crack at a simple rate limiter handle for their status code if I get the time)
Thanks