yeti / signals

MIT License
3 stars 4 forks source link

API URL requires a trailing slash #40

Closed rmutter closed 9 years ago

rmutter commented 9 years ago

RestKit's configured base URL, which is passed as an input through the signals command, seems to need to end in a trailing slash. If a trailing slash is not added, RestKit will fail to map objects from the API call and can be confusing to find the root cause of why they're failing.

We should either automatically add a trailing slash if missing or warn the user that they didn't add one.