Intelity / helium

DSL for REST API specification, verification, and code generation.
Apache License 2.0
4 stars 0 forks source link

Support query part in service method #2

Closed roman-mazur closed 7 years ago

roman-mazur commented 7 years ago

Supports writing something like

get '/some/path?include=something_else'

Ideally the syntax should allow this via parameters, but it needs some revision of DSL.

Closes #1.

codecov-io commented 7 years ago

Codecov Report

Merging #2 into master will increase coverage by 0.07%. The diff coverage is 80%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #2      +/-   ##
============================================
+ Coverage     70.29%   70.36%   +0.07%     
- Complexity     1283     1288       +5     
============================================
  Files           199      199              
  Lines          5171     5180       +9     
  Branches        773      778       +5     
============================================
+ Hits           3635     3645      +10     
+ Misses         1197     1194       -3     
- Partials        339      341       +2
Impacted Files Coverage Δ Complexity Δ
...roovy/com/stanfy/helium/model/ServiceMethod.groovy 72.3% <100%> (+6.79%) 37 <1> (+4) :arrow_up:
.../com/stanfy/helium/handler/tests/HttpExecutor.java 66.1% <50%> (+0.58%) 8 <0> (ø) :arrow_down:
...ler/codegen/tests/RestApiPokeTestsGenerator.groovy 90.41% <50%> (-1.26%) 27 <0> (+1)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2d5e478...bf8242b. Read the comment docs.