internal class ApiRest| ApiRest | Constructeur privé pour préparer la connexion (éventuellement sécurisée) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetInstance | Crée une instance unique de la classe |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| RecupDistant | Envoi une demande à l'API et récupère la réponse |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| httpClient | Objet de connexion à l'api |
| httpResponse | Canal http pour l'envoi du message et la récupération de la réponse |
| instance | unique instance de la classe |