Class AlgorithmiaConf


  • public final class AlgorithmiaConf
    extends java.lang.Object
    Stores configuration for the Algorithmia client library
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String apiAddress()
      Returns the base address of the API server (https://api.algorithmia.com)
      protected static java.lang.String apiKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • apiAddress

        public static java.lang.String apiAddress()
        Returns the base address of the API server (https://api.algorithmia.com)
        Returns:
        the base address of the API server
      • apiKey

        protected static java.lang.String apiKey()