SysML-v2-API-Services
SysML-v2-API-Services copied to clipboard
Proof-of-concept pilot implementation for the Systems Modeling API and Services.
**SysML v2 API and Services version:** 2022-05 (on Jun 17, 2022) **Steps to reproduce:** - Using the api client, create a non-empty project (e.g. an empty commit). - Send a...
Hi, I try to run SysML-v2-API-Services on macOS 12.6.6. When I launch "sbt run" I get this error [error] java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/9f/28dwy9js4w1987vm3m44kzrm0000gn/T/jna--1748781543/jna16131927230977261316.tmp Can you help me ? Thank...
Hi, I followed the "Scenario 2" instructions here: https://github.com/Systems-Modeling/SysML-v2-API-Services (and got one fix, which worked, from here: https://github.com/Systems-Modeling/SysML-v2-API-Services/issues/118) to get SysML v2 REST/HTTP API and Services running locally on my...
D:\SysML2\SysML-v2-API-Services>sbt run [info] Loading settings for project sysml-v2-api-services-build from plugins.sbt,scaffold.sbt ... [info] Loading project definition from D:\SysML2\SysML-v2-API-Services\project [info] Updating ProjectRef(uri("file:/D:/SysML2/SysML-v2-API-Services/project/"), "sysml-v2-api-services-build")... [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] ::::::::::::::::::::::::::::::::::::::::::::::...
After running, the database will be updated, but the interface document has no response? > [info] p.c.s.AkkaHttpServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9000 > (Server started, use Enter to stop...
https://github.com/Systems-Modeling/SysML-v2-API-Services/blob/7f348561176326bb123bdd1a5c1df2bc4182c177/app/controllers/TagController.java#L93 If a client application sends an HTTP DELETE to the `/projects/{projectId}/tags/{tagId}` endpoint and no such tag exists for the given `tagId` in the given `projectId` then the code as...