stretchr / sdk-cocoa

Cocoa and iOS SDK for the Stretchr Platform
MIT License
3 stars 1 forks source link

Fix Assumptions #2

Closed tylerstillwater closed 11 years ago

tylerstillwater commented 11 years ago

When this was originally written, Stretchr v1 was very different. It works, for the most part, but it makes many assumptions about what Stretchr returns that are no longer valid.

We need to correct these assumptions and treat the responses appropriately. Use the Go sdk as a guide.

tylerstillwater commented 11 years ago

Done.