Class AppNGizer

  • All Implemented Interfaces:
    AppNGizerClient

    public class AppNGizer
    extends Object
    implements AppNGizerClient
    A client for appNGizer.
    Usage:
     AppNGizer appNGizer = new AppNGizer("http://localhost:8080", "TheSecret");
     appNGizer.login();
     
    Check out the appNGizer User Manual for a detailed description of the possible operations.
    Author:
    Matthias Müller