-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add sbt-airframe plugin #943
Conversation
xerial
commented
Feb 16, 2020
•
edited
Loading
edited
- Support generating HTTP client code from airframe-http interfaces
- plugin settings
- Read http interfaces
- Generate http client code for JVM
- Generate Scala.js client code
Codecov Report
@@ Coverage Diff @@
## master #943 +/- ##
==========================================
+ Coverage 80.45% 80.48% +0.02%
==========================================
Files 250 250
Lines 9472 9479 +7
Branches 641 647 +6
==========================================
+ Hits 7621 7629 +8
+ Misses 1851 1850 -1
Continue to review full report at Codecov.
|
af6855b
to
73bc2d8
Compare
To support Scala.js code generation, we should make airframe-control / airframe-http cross projects for Scala JVM/Scala.js. I'll work on it in another PR. |