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

Support parameter schema formats (string/hex/byte/binary) #20

Closed
2 tasks done
josephbirkner opened this issue Jun 25, 2020 · 0 comments · Fixed by #35
Closed
2 tasks done

Support parameter schema formats (string/hex/byte/binary) #20

josephbirkner opened this issue Jun 25, 2020 · 0 comments · Fixed by #35
Assignees
Labels
C++ 🐺 This issue affects the zswag C++ client. OpenAPI 🌍 This issue improves OpenAPI compliance. Python 🐍 This issue affects the zswag Python client. Server 🧮 This issue affects the zswag server.
Milestone

Comments

@josephbirkner
Copy link
Collaborator

josephbirkner commented Jun 25, 2020

The following formats should be supported

  • string: Default string representation of the x-zserio-request-part field (only works for native types).
  • hex: Hex representation of the x-zserio-request-part field.
  • byte | base64: Base64 representation of the x-zserio-request-part field.
  • base64url: Base64url representation of the x-zserio-request-part field.
  • binary: Binary representation of the x-zserio-request-part field.

Tasks:

  • Client Side
  • Server Side
@josephbirkner josephbirkner self-assigned this Mar 2, 2021
@josephbirkner josephbirkner added this to the 0.7.0 milestone Mar 2, 2021
@johannes-wolf johannes-wolf mentioned this issue Mar 8, 2021
3 tasks
@josephbirkner josephbirkner self-assigned this Mar 10, 2021
@josephbirkner josephbirkner added Python 🐍 This issue affects the zswag Python client. C++ 🐺 This issue affects the zswag C++ client. Server 🧮 This issue affects the zswag server. OpenAPI 🌍 This issue improves OpenAPI compliance. labels Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ 🐺 This issue affects the zswag C++ client. OpenAPI 🌍 This issue improves OpenAPI compliance. Python 🐍 This issue affects the zswag Python client. Server 🧮 This issue affects the zswag server.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants