cloudendpoints / endpoints-java

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

OpenAPI generation needs to AND (rather than OR) auth and api configs #115

Closed tangiel closed 6 years ago

tangiel commented 6 years ago

Right now, if you want a method with both auth and an API key requirement, you have to modify the generated OpenAPI spec.

tangiel commented 6 years ago

Closing in favor of #119.