// // Created by lukas on 18.06.19. // #pragma once #include "API.h" #include class IPAPI : API{ public: /** * get global ip of current internet connection * @return global ip */ std::string getGlobalIp(); };