Class FakeJsonApiExample

  • All Implemented Interfaces:
    Example

    public class FakeJsonApiExample
    extends Object
    implements Example
    Example that demonstrates fetching data from multiple endpoints of a Fake-JSON API
    • Constructor Detail

      • FakeJsonApiExample

        public FakeJsonApiExample()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Example
        Get the name of the example to display in the menu
        Specified by:
        getName in interface Example
        Returns:
        The example name
      • run

        public void run()
        Description copied from interface: Example
        Run the example
        Specified by:
        run in interface Example