we are using grape library for APIs and customer want to add rate limit for each API, so I added this gem and followed all instructions but it gives error like
undefined method `throttle' for #Class:0x00000001266cbc28 (NoMethodError)
can you please guide if I missed anything or there is something in gem?
we are using grape library for APIs and customer want to add rate limit for each API, so I added this gem and followed all instructions but it gives error like
undefined method `throttle' for #Class:0x00000001266cbc28 (NoMethodError)
can you please guide if I missed anything or there is something in gem?