-
Notifications
You must be signed in to change notification settings - Fork 27
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
Docs incomplete #15
Comments
Yeah, being new to Python, I'm lost as well without a complete example. I might be able to figure it out if I could get past the first error which comes from following the very short doc:
So true and very cruel to bait us like this. Moving back to marshmallow_jsonapi. Ugh. |
Hey there. Any complete examples? I am getting the same error as @juanitogan using the following requirements:
Thanks! |
Looks like
|
Something like this worked for me:
|
I'll get an example into the docs soon! Got a little preoccupied with a project that this library is being used in. |
@ColtonProvias - Happy to help as well with any documentation, testing, what have you. This is a fantastic idea overall, especially for Ember developers. If only I could get it correctly configured... |
Ember developer here as well, Datamance. We're using it on https://mynewleaf.co for most of our APIs. Of course it had to be bastardized a little bit to meet some requirements, but improvements will be flowing back into this project shortly. Pull requests and such are always appreciated! |
@jesselang Blinker has been added. I'll update on PyPI soon. @berlincount There is an example at sqlalchemy_jsonapi/tests/app.py. I'm still going to flesh out the docs some. |
Sadly, the docs are somewhat incomplete.
Can you provide a fully working, complete example.py (like https://github.com/ColtonProvias/flask-jsonapi/blob/master/example.py, or the classical ToDo example) for Flask?
I'm happy to help write some, but I'm stuck at how it is meant to work - I could fiddle something together but I'd prefer to know your intention on how it is to be used.
Thanks!
The text was updated successfully, but these errors were encountered: