> + }
> +
> + protected EtcdApiMetadata(Builder builder) {
> + super(builder);
> + }
> +
> + public static Properties defaultProperties() {
> + Properties properties = BaseHttpApiMetadata.defaultProperties();
> + return properties;
> + }
> +
> + public static class Builder extends BaseHttpApiMetadata.Builder<EtcdApi,
> Builder> {
> +
> + protected Builder() {
> + super(EtcdApi.class);
> + id("etcd").name("Etcd API").identityName("Optional
> Username").defaultIdentity("Optional Username and Password")
It does not seem to be authentication in this API. Should the api metadata
define the `defaultCredential` too then? Also add the `credentialName`.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/195/files#r36170802