Replace API explorer with developers.google.com#17
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
=========================================
Coverage 80.09% 80.09%
Complexity 1715 1715
=========================================
Files 159 159
Lines 5727 5727
Branches 753 753
=========================================
Hits 4587 4587
Misses 856 856
Partials 284 284
Continue to review full report at Codecov.
|
llbrt
left a comment
There was a problem hiding this comment.
Reviewed 3 of 3 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @clementdenis and @RaHery)
endpoints-framework/src/main/java/com/google/api/server/spi/handlers/ExplorerHandler.java, line 41 at r1 (raw file):
String url = stripRedundantPorts(Strings.stripTrailingSlash(req.getRequestURL().toString())); // This will convert http://localhost:8080/_ah/api/explorer to // http://apis-explorer.appspot.com/apis-explorer/?base=http://localhost:8080/_ah/api&
Still a reference on http://apis-explorer.appspot in this comment
2fc2610 to
3cc4b17
Compare
llbrt
left a comment
There was a problem hiding this comment.
Reviewed 1 of 1 files at r2.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @clementdenis)
No description provided.