summaryrefslogtreecommitdiff
path: root/matweb/rest_api.py
diff options
context:
space:
mode:
authorJan Friedli2020-07-13 08:21:08 +0200
committerJan Friedli2020-07-13 08:21:08 +0200
commit77269a82e62025b915e939b93b59ae1be03497cc (patch)
tree959a97e73b870d74d3c945dc3063c7ab4ecbfee7 /matweb/rest_api.py
parent2c1bc2f05af93e13d331e0f6a5c1b617717a50e3 (diff)
documented extension endpoint
Diffstat (limited to '')
-rw-r--r--matweb/rest_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/matweb/rest_api.py b/matweb/rest_api.py
index 20ec155..0e47a5d 100644
--- a/matweb/rest_api.py
+++ b/matweb/rest_api.py
@@ -160,5 +160,6 @@ class APIBulkDownloadCreator(Resource):
160 160
161 161
162class APISupportedExtensions(Resource): 162class APISupportedExtensions(Resource):
163 @swag_from('./oas/extension.yml')
163 def get(self): 164 def get(self):
164 return utils.get_supported_extensions() 165 return utils.get_supported_extensions()