Consistently use URI type internally #255
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
modelserver
EMF.cloud Model Server
Consistently use URI type in internal and client API for
modelUri
handling.Currently we use mostly the
String
type and convert it to an URI for checks. We should transform the received modeluri immediately to an URI type and continue using it throughout.Also consider using the URI type in the client API.
The text was updated successfully, but these errors were encountered: