multinet-app / multinet-api

Apache License 2.0
2 stars 2 forks source link

Enforce no spaces in table/network names #47

Open waxlamp opened 3 years ago

waxlamp commented 3 years ago

Arango doesn't allow this so we shouldn't allow it in the API.

jjnesbitt commented 3 years ago

Specifically, we should check for spaces in the table creation endpoint, and return an error in that request if they exist.