controlshift / action-network-rest

Ruby client for interacting with the ActionNetwork REST API
MIT License
8 stars 4 forks source link

New Base#list and Tag#find_ by_name methods #12

Closed anero closed 4 years ago

anero commented 4 years ago

New methods for retrieving a collection of resources and a specific Tag by name. Sadly Tag doesn't support querying / filtering with OData (https://actionnetwork.org/docs/v2#odata) so there's no option but to retrieve the list of all tags and go through each of them comparing the name.