Package edu.cnm.deepdive.interviewprep.service
-
Interface Summary Interface Description WebServiceProxy This class lists REST endpoints that are used to access to the server. -
Class Summary Class Description GoogleSignInRepository Uses Google Sign In services to validate and authenticate a User and creates a Bearer token that can be used to validate and authenticate a user to the application.QuestionRepository Encapsulates a persistent QuestionRepository object that allows the Question ViewModel to interact with the Web Service Proxy to create, read, insert, and update data to the server.QuizRepository Encapsulates a persistent QuizRepository object that allows the Quiz ViewModel to interact with the Web Service Proxy to create, read, insert, and update data to the server.WebServiceProxy.InstanceHolder This class creates an instance of Web Proxy Server that creates a JSON object out of the question object and logs HTTP traffic and builds the actual HTTP requests.