Skip to content

Components model: API: default parser/source setup #2368

@DmitryAstafyev

Description

@DmitryAstafyev

To ensure proper operation of the navigation panel (file explorer), an API is required that, given a file name (including its path), returns the UUID of the parser and source that can be used to open the file.

Request format:

{
  // Full file name of file
  "filename": String
}

Response format:

{
  // Parser's uuid id
  "parser": Uuid,
  // Source's uuid id
  "source": Uuid,
}

The request and response formats are not meant to be exact representations, but rather to illustrate the types of data being sent and returned.

Metadata

Metadata

Labels

components modelComponents model is a major refactoring aimed at fully isolating the core logic from the client.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions