stretchr / sdk-go

Go SDK for Stretchr platform
7 stars 1 forks source link

Add `Save` method to `Request` #8

Closed matryer closed 11 years ago

matryer commented 11 years ago

Save should:

OR

We could have Create, Update, and Replace as their own methods and do the Save helper later.

matryer commented 11 years ago

see https://github.com/stretchrcom/stretchr-sdk-go/issues/12 first

tylerstillwater commented 11 years ago

We don't need to do an ID check, as a PUT will create it anyway.