rubygarage / api_struct

API wrapper builder with response serialization
MIT License
234 stars 21 forks source link

Required Params #3

Open brentdodell opened 6 years ago

brentdodell commented 6 years ago

I don't see this implemented anywhere, but do you have a way of making certain params required? It would be nice if this could differ for each action, i.e. for create there is one set of required params, and for update there is another set.