diff options
| author | Jan Friedli | 2020-07-13 08:21:08 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-07-13 08:21:08 +0200 |
| commit | 77269a82e62025b915e939b93b59ae1be03497cc (patch) | |
| tree | 959a97e73b870d74d3c945dc3063c7ab4ecbfee7 /matweb/rest_api.py | |
| parent | 2c1bc2f05af93e13d331e0f6a5c1b617717a50e3 (diff) | |
documented extension endpoint
Diffstat (limited to '')
| -rw-r--r-- | matweb/rest_api.py | 1 |
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 | ||
| 162 | class APISupportedExtensions(Resource): | 162 | class 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() |
