Hi all,
We've updated your Endpoints Portals!
Some highlights since our last release:
- Sync API for custom docs --- now you can automate this as part of your continuous integration!
- Image support in custom docs --- uploads and links to images in your documentation Git repositories.
- Support for multiple versions of your OpenAPI spec --- previously, the portal would only render docs for the latest version.
- Many bugfixes, especially around Auth0-protected APIs, gRPC documentation, handling of malformed specs.
Let us know if you have any feedback or encounter bugs/issues.
- Andrew
import "google/api/annotations.proto";
import "github.com/mwitkow/go-proto-validators/validator.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/empty.proto";
import "protoc-gen-swagger/options/annotations.proto";
import "github.com/golang/protobuf/ptypes/wrappers/wrappers.proto";
import "base.proto";
import "meta.proto";PROTOC=protoc \
-I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/ \
-I${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway \
-I${GOPATH}/src \
-I${PROTO_DIR} \
-I${GOPATH}/src/$(REPOBASE)/$(PROTO_DIR)
# later
$(GRPC_DESCRIPTOR): $(PROTO_FILES_IN)
$(PROTOC) \
--include_imports \
--descriptor_set_out=$(PROTO_DIR)/grpc_descriptor.pb \
$(PROTO_FILES_IN)We encountered the following errors while processing this API specification:Please correct these errors and try again.
- API parse error: Error: ENOENT: no such file or directory, open '/tmp/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto'
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/1c419c0f-2c47-4e76-ad43-b219bd0dbe97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.