podio / podio-rb

The official Ruby wrapper for the Podio API used and maintained by the Podio team
https://podio.com
MIT License
66 stars 53 forks source link

Added create and update method for Podio::ApplicationField #21

Closed pjmuller closed 10 years ago

pjmuller commented 10 years ago

Title says it all ;).

haugstrup commented 10 years ago

Can you have the methods return the response body instead of the status? Especially for create where the response body contains the new field_id

pjmuller commented 10 years ago

True Andreas, I updated it. The create action gives the field_id and the update the revision. Sorry for the misleading name of the commit, still a bit early in my mind.

Could you also look at the other pull request about the item.delete method?

pjmuller commented 10 years ago

Probably you prefer to have the revision and field id directly, so I updated once more