stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.26k stars 117 forks source link

Support for mschema in other languages #249

Closed pyhedgehog closed 7 years ago

pyhedgehog commented 8 years ago

Could it be configured on server level or should we use language/framework-specific things?

Marak commented 8 years ago

Great suggestion!

I believe adding schema support for all languages should be very easy. Is already configured to run on backend for all languages, just not enabled.

Related #205 #138

I'd also like to also consider offering alternate modeling languages like GraphQL. Either way, users should be able to easily define schema for service regardless of language.

Marak commented 7 years ago

@pyhedgehog -

We've added mschema input parameter support for all languages.

You should be able to now set the schema for any service on it's /admin page. Everything should just work.

Please let us know if you run into any issues.