-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Schemas & client libraries. #4179
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
bc836aa
Initial pass at schema support
lovelydinosaur b64340b
Add coreapi to optional requirements.
lovelydinosaur c890ad4
Clean up test failures
lovelydinosaur 2d28390
Add missing newline
lovelydinosaur 744dba4
Minor docs update
lovelydinosaur 56ece73
Version bump for coreapi in requirements
lovelydinosaur 99adbf1
Catch SyntaxError when importing coreapi with python 3.2
lovelydinosaur 80c595e
Add --diff to isort
lovelydinosaur 47c7765
Import coreapi from compat
lovelydinosaur 29e228d
Fail gracefully if attempting to use schemas without coreapi being in…
lovelydinosaur eeffca4
Tutorial updates
lovelydinosaur 6c60f58
Docs update
lovelydinosaur b7fcdd2
Initial schema generation & first tutorial 7 draft
lovelydinosaur 2e60f41
Spelling
lovelydinosaur 2ffa145
Remove unused variable
lovelydinosaur b709dd4
Docs tweak
lovelydinosaur 474a23e
Merge branch 'master' into schema-support
lovelydinosaur 4822896
Added SchemaGenerator class
lovelydinosaur 1f76cca
Fail gracefully if coreapi is not installed and SchemaGenerator is used
lovelydinosaur cad24b1
Schema docs, pagination controls, filter controls
lovelydinosaur 8fb2602
Resolve NameError
lovelydinosaur b438281
Add 'view' argument to 'get_fields()'
lovelydinosaur 8519b4e
Remove extranous blank line
lovelydinosaur 2f5c974
Add integration tests for schema generation
lovelydinosaur e78753d
Only set 'encoding' if a 'form' or 'body' field exists
lovelydinosaur 84bb5ea
Do not use schmea in tests if coreapi is not installed
lovelydinosaur 63e8467
Inital pass at API client docs
lovelydinosaur bdbcb33
Inital pass at API client docs
lovelydinosaur 7236af3
More work towards client documentation
lovelydinosaur 89540ab
Add coreapi to optional packages list
lovelydinosaur e3ced75
Clean up API clients docs
lovelydinosaur 12be5b3
Resolve typo
lovelydinosaur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add coreapi to optional packages list
- Loading branch information
commit 89540ab92dcee0c9c098bdcc86bfdb18b827bacb
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the command line client this should be
pip install coreapi-cliThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, yup!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved in master.