RandomUserApi v0.5.0 RandomUserApi.CLI
Handle the command line interface for getting random users.
Summary
Functions
Gets single random user with gender “female”. Return map with the female
Gets n number of users and all of them are females. Return list of maps with females
Gets single random user with gender “male”. Return map with the male
Gets n number of users and all of them are males. Return list of maps with males
Gets single random user. Return map with the user
Gets n number of users. Return list of maps with users
Functions
Gets n number of users and all of them are females. Return list of maps with females.