cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

lazily evaluate application default hostname #42

Closed tangiel closed 7 years ago

tangiel commented 7 years ago

Flex apps are unlikely to specify the app id in app.yaml, so they need to specify the hostname manually. Later, we should add some better diagnostic messages around this, but for now we just do lazy evaluation to make OpenAPI generation work.

codecov-io commented 7 years ago

Current coverage is 79.30% (diff: 0.00%)

Merging #42 into master will decrease coverage by 0.02%

@@             master        #42   diff @@
==========================================
  Files           159        159          
  Lines          5633       5635     +2   
  Methods           0          0          
  Messages          0          0          
  Branches        950        951     +1   
==========================================
  Hits           4469       4469          
- Misses          883        885     +2   
  Partials        281        281          

Powered by Codecov. Last update 0d464c2...f206ca5