Asana / ruby-asana

Official Ruby client library for the Asana API v1
MIT License
77 stars 53 forks source link

pagination doesn't work on `get_custom_fields_for_workspace` #164

Open jaymzh opened 1 year ago

jaymzh commented 1 year ago

I end up getting "The result is too large. You should use pagination..."

Even if I pass in options: {'limit': 10}, it doesn't work.

However, if I do the request manually using Net::HTTP and set the limit to 10, it works.