StuartApp / stuart-client-ruby

Stuart Ruby client
MIT License
0 stars 5 forks source link

Stuart::Client is missing methods #2

Open stem opened 6 years ago

stem commented 6 years ago

Hello,

I would expect Stuart::Client to provide methods to help me create a job without knowing about the http details (like JSON.generate or PUT / POST method for example)

Do you plan on adding methods to this abstraction class ?

maximilientyc commented 6 years ago

Hey @stem !

Thank you for your message and sorry for the late reply!

Yes indeed the objective is to have as much business methods as possible within the Stuart::Client class, I added only one to show the path to contributors!

You can have a look at contributions that has been made on the Client class of the PHP library: https://github.com/StuartApp/stuart-client-php/blob/master/src/Stuart/Client.php.

Feel free to create pull requests, we will be very reactive for the code review. Best 👋