Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve interoperability with other languages #93

Open
Krever opened this issue Apr 20, 2018 · 0 comments
Open

Improve interoperability with other languages #93

Krever opened this issue Apr 20, 2018 · 0 comments

Comments

@Krever
Copy link
Collaborator

Krever commented Apr 20, 2018

I would like to have an interpreter that will be easy to be used from javascript. So we can release a library written in scalajs and call it from javascript like any other library. It's mostly doable right now but scalajs encoding of case classes is too far away from js one and I also don't know how easy it is to call object method from js. Does anyone know how we could achieve that?

I would like to also use this issue to have a discussion on:

  • Is our interoperability with Java good enough? Can you use any of our client interpreters from Java without many problems?
  • Can we somehow improve cross-platform support in general? Right now the user has to rely on openapi+swagger-codegen to call endpoints API from other languages like go or c++.

Some discussion on reddit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant