Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Commit 8781d7d

Browse files
Add 'supports'
1 parent 94d6853 commit 8781d7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openapi_codec/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
class OpenAPICodec(BaseCodec):
1515
media_type = "application/openapi+json"
16+
supports = ['encoding', 'decoding']
1617

1718
def load(self, bytes, base_url=None):
1819
"""

0 commit comments

Comments
 (0)