rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

Adds a GET request to retrieve the possible blueprint transitions of a record #45

Closed nwittstruck closed 4 years ago

nwittstruck commented 4 years ago

This PR adds the option to get all possible blueprint transitions for a given record, as discussed in #44 . I've implemented it in the same style as #23

I would also like to add specs - do you already have a preferred way how to handle/mock the requests?

rikas commented 4 years ago

Hey @nwittstruck thanks for this.

I have an ongoing branch with webmock + VCR but I've been having little time to dedicate to this lately. Ideally webmock + VCR would be good, unless you have any other suggestion.

nwittstruck commented 4 years ago

webmock + VCR sound great. Let me know when the branch is ready, I'll have a look and implement my specs the same way.