Github User Fetcher 1.0.0
C Application with Server and GUI
|
Implements the User class for representing and retrieving GitHub user data. More...
#include <boost/asio.hpp>
#include <boost/asio/ssl.hpp>
#include <boost/beast.hpp>
#include <iostream>
#include <nlohmann/json.hpp>
#include <string>
#include "user.hpp"
Go to the source code of this file.
Typedefs | |
using | tcp = net::ip::tcp |
Implements the User class for representing and retrieving GitHub user data.
This file defines the behavior of the User class, which includes printing user information and fetching data from the GitHub API using HTTPS. The implementation uses Boost.Asio, Boost.Beast, and nlohmann::json for networking and JSON parsing.
Definition in file user.cpp.