-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
components modelComponents model is a major refactoring aimed at fully isolating the core logic from the client.Components model is a major refactoring aimed at fully isolating the core logic from the client.
Description
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
Assignees
Labels
components modelComponents model is a major refactoring aimed at fully isolating the core logic from the client.Components model is a major refactoring aimed at fully isolating the core logic from the client.