radumg / DynaServer

A Dynamo Extension that allows bi-directional communication and control of Dynamo as a REST API.
GNU Affero General Public License v3.0
18 stars 1 forks source link

http://localhost:1234/workspace/current #10

Closed MarkThorley closed 5 years ago

MarkThorley commented 5 years ago

Catch needed if file has not been saved.

if (workspace.Current.FileName == null ) { "File has no name" }

radumg commented 5 years ago

fixed in #15