uapi icon indicating copy to clipboard operation
uapi copied to clipboard

Results 4 uapi issues
Sort by recently updated
recently updated
newest added

Would be pretty nice to have a unified interface for streaming handlers across all the frameworks.

Root cause I believe is: https://github.com/python-attrs/cattrs/issues/321 Repro: ```python import json from uapi.openapi import SchemaBuilder, IntegerSchema from uapi.attrschema import build_attrs_schema, Schema from uapi.openapi import converter as SCHEMA_CONVERTER import attrs @attrs.define class...

Originally a conversation from: https://github.com/python-attrs/cattrs/issues/397 I would propose that this code be broken out into its own repo distinct from uapi and cattrs. While I do have an interest in...