oasis-open / odata-rapid

Rapid - Specification, tools and libraries to support the development and adoption of simple REST-based APIs.
https://rapid.rocks
Apache License 2.0
17 stars 8 forks source link

url editor doesn't handle namespaces with "dots" #366

Closed mikepizzo closed 1 year ago

mikepizzo commented 1 year ago

repro:

1) launch http://rapid.rocks/api-designer 2) paste the following into the RSDL Editor pane:

namespace my.Namespace
type A{}
service{As : A[]}

Result: SwaggerUi, CSDL, OpenAPI, and visual editor panes all display correctly, but the urlEditor gives no intellisense

Change the first line to myNamespace, and urlEditor works fine.

mikepizzo commented 1 year ago

Fixed by #416 .