Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Release: 2.0.0a0 #470

Merged
merged 25 commits into from
Jul 14, 2016
Merged

Release: 2.0.0a0 #470

merged 25 commits into from
Jul 14, 2016

Conversation

marcgibbons
Copy link
Owner

@marcgibbons marcgibbons commented Jul 10, 2016

Working towards the 2.0 version release alongside DRF 3.4 + CoreAPI with the OpenAPI codec.
The proof of concept was built https://github.com/marcgibbons/core-api-swagger and can be previewed at https://core-api-swagger.herokuapp.com/.

This version has breaking changes; introspection and schema generation is now handled by Django REST Framework. The package provides a renderer to generate the Swagger/OpenAPI JSON spec and an another to render the UI. This gives the option of hosting the Swagger UI separately if desired.

Still to do:

  • Update documentation & example
  • Provide settings for auth types
  • Provide Swagger UI settings
  • Test coverage

@tomchristie
Copy link
Contributor

Huge thumbs up from me! 👍 😎

@marcgibbons marcgibbons merged commit 126f56f into develop Jul 14, 2016
@marcgibbons marcgibbons deleted the feature/coreapi branch July 14, 2016 13:44
@tomchristie
Copy link
Contributor

Nice. Let me know if/when you need me to do anything on the REST framework docs side of things! :)

Pygments==2.0.2
Markdown==2.6.3
simplejson==3.8.2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really curious, is there any reason why you're requiring simplejson over the built-in json module?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants