We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now id field is hardcoded in API spec
combojsonapi/combojsonapi/spec/plugin.py
Lines 136 to 144 in 9816284
we can allow defining primary key field on the ResourceDetail subclass and check it (for get here, and other references for param_id:)
ResourceDetail
param_id
Line 307 in 9816284
get field from schema by name, create spec for it
support such paths as /api/person/<string:public_id>/ where public_id is unique/pk
/api/person/<string:public_id>/
public_id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now id field is hardcoded in API spec
combojsonapi/combojsonapi/spec/plugin.py
Lines 136 to 144 in 9816284
we can allow defining primary key field on the
ResourceDetail
subclass and check it(for get here, and other references for
param_id
:)combojsonapi/combojsonapi/spec/plugin.py
Line 307 in 9816284
get field from schema by name, create spec for it
why:
support such paths as
/api/person/<string:public_id>/
wherepublic_id
is unique/pkThe text was updated successfully, but these errors were encountered: