Skip to content

Improve document on metadata fields required for status check #130

Description

@newgene

SmartAPI status check does requires servers and paths fields, in addition to the example values for the required parameter(s):

try:
self.api_server = api_doc['servers'][0]['url']
except KeyError:
self.api_server = None
self.api_status = 'incompatible'
if 'paths' not in api_doc:
self.api_status = 'incompatible'

Let's state these requirements cleanly in the faq item and update the wording in the status popup dialog.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions