Interface NameApiKeys


  • public interface NameApiKeys
    A place of keys used by this NameAPI library.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.optimaize.command4j.lang.Key<String> API_KEY
      The api key is required for any call to NameAPI services.
      static 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.
    • 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 the mode argument.
      • 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 the mode argument.