Skip to content

variamosple/vms_uvl_sxfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variamos Project transformation UVL-SXFM Microservice

Description

Microservice that allows transforming projects from UVL and SXFM format to JSON in Variamos.

Building of the project

docker build --no-cache --progress plain -t vms_uvl_sxfm .\ 

Project deployment

docker run -p 10001:10001 --rm --name vms_uvl_sxfm -t vms_uvl_sxfm

API Documentation

This document outlines the available endpoints and their usage for the project's API.


Process File

Process and convert an uploaded file to JSON format.

Parameter Value
Verb POST
URL /process-file
Payload Multipart form data with a file. The file should be uploaded with the key file.
Response {"json_data": "«data converted to JSON»"} or {"error": "Unsupported file format"}
Exception response HTTP response code 415, body: {"error": "Unsupported file format"}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published