Package org.nameapi.client.lib
Interface NameApiKeys
-
public interface NameApiKeysA place of keys used by this NameAPI library.
-
-
Field Summary
Fields Modifier and Type Field Description static com.optimaize.command4j.lang.Key<String>API_KEYThe api key is required for any call to NameAPI services.static com.optimaize.command4j.lang.Key<org.nameapi.ontology5.input.context.Context>CONTEXTThe context is used as an optional argument by many of the NameApi services.
-
-
-
Field Detail
-
API_KEY
static final com.optimaize.command4j.lang.Key<String> API_KEY
The api key is required for any call to NameAPI services. You must supply a valid context with themodeargument.
-
CONTEXT
static final com.optimaize.command4j.lang.Key<org.nameapi.ontology5.input.context.Context> CONTEXT
The context is used as an optional argument by many of the NameApi services. You can supply a context with themodeargument.
-
-