-
Notifications
You must be signed in to change notification settings - Fork 301
301 Moved Permanently Response #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There's two ways around this as far as I know.
I'll add your example to the documentation for anyone else that has this problem and may not understand where it comes from. |
Sounds good, Jerel. I was thinking that a sample Ember app would be a great addition too. Especially with examples showing relationships between models. What do you think? |
I agree that it would be nice to have a full Ember app for an example. However I don't have the time to do it at the moment, perhaps someone else can put one up or I can open source a project soon. |
The RESTAdapter doesn't append a slash "/" to the end of collection requests, which Django REST is expecting. I have worked around the problem by overwriting the buildURL method of the RESTAdapter using the following:
Is it possible to change the API behaviour within the scope of this package? If not, then it would seem this RESTAdapter change is required.
The text was updated successfully, but these errors were encountered: