shimoju / metabase-ruby

Ruby client library for Metabase API
MIT License
28 stars 27 forks source link

Add 2 more collection endpoints #71

Closed elalemanyo closed 3 years ago

elalemanyo commented 3 years ago

Hi, Thanks for the gem! It works great. Unfortunately, I needed two more endpoints: /api/collection/#{collection_id} and /api/collection/#{collection_id}/items. This is what this PR is trying to do. I have some issues with CI, not sure how I can fix it. Let me know how I can make this ready to go.

Thanks!

elalemanyo commented 3 years ago

I think we can close this PR, #73 looks much better and adds more stuff.