Skip to content
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

Swagger is renamed to OpenAPI #80

Closed
mission-liao opened this issue May 6, 2016 · 1 comment
Closed

Swagger is renamed to OpenAPI #80

mission-liao opened this issue May 6, 2016 · 1 comment
Milestone

Comments

@mission-liao
Copy link
Member

I'm considering to provide a renamed repo/package: pyopenapi, and everything in pyswagger should be renamed, too

  • pyswagger -> pyopenapi

The version of new package would stay up with this project.

In this project, all SwaggerXXX would be renamed to XXX, (original SwaggerXXX would still be kept as fallback), they are:

  • pyswagger.SwaggerApp -> App
  • pyswagger.resolve.SwaggerResolver -> Resolver
  • pyswagger.primitives.SwaggerPrimitive -> Primitive
  • pyswagger.SwaggerSecurity -> Security

I'm not going to move the whole code base to the new repo, instead, the new repo is only an wrapper on pyswagger (better to keep all commit history in one place)

@toabi
Copy link

toabi commented May 25, 2016

Seems reasonable. Also leads to less duplicate naming.

@mission-liao mission-liao added this to the v0.8.21 milestone May 25, 2016
mission-liao added a commit that referenced this issue Jul 2, 2016
- #80
- pyswagger.SwaggerApp -> App
- pyswagger.resolve.SwaggerResolver -> Resolver
- pyswagger.primitives.SwaggerPrimitive -> Primitive
- pyswagger.SwaggerSecurity -> Security
mission-liao added a commit that referenced this issue Jul 2, 2016
- #80
- pyswagger.io.SwaggerRequest -> Request
- pyswagger.io.SwaggerResponse -> Response
mission-liao added a commit that referenced this issue Jul 2, 2016
- Errors when parsing some valid ISO8601 datetimes
   - #82
- Swagger is renamed to OpenAPI
   - #80
mission-liao added a commit to pyopenapi/pyopenapi that referenced this issue Aug 12, 2017
- pyopenapi/pyswagger#80
- pyswagger.SwaggerApp -> App
- pyswagger.resolve.SwaggerResolver -> Resolver
- pyswagger.primitives.SwaggerPrimitive -> Primitive
- pyswagger.SwaggerSecurity -> Security
mission-liao added a commit to pyopenapi/pyopenapi that referenced this issue Aug 12, 2017
- pyopenapi/pyswagger#80
- pyswagger.io.SwaggerRequest -> Request
- pyswagger.io.SwaggerResponse -> Response
mission-liao added a commit to pyopenapi/pyopenapi that referenced this issue Aug 12, 2017
- Errors when parsing some valid ISO8601 datetimes
   - pyopenapi/pyswagger#82
- Swagger is renamed to OpenAPI
   - pyopenapi/pyswagger#80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants