Github User Fetcher 1.0.0
C Application with Server and GUI
|
Structure representing a GitHub user. More...
#include <user.h>
Data Fields | |
const char * | login |
GitHub username. | |
const char * | name |
Full name. | |
const char * | company |
Company name. | |
const char * | location |
User's location. | |
const char* User::company |
Company name.
Definition at line 12 of file user.h.
Referenced by fetch_github_user(), HttpSession::handle_request(), GitHubUserFetcherWindow::on_button_clicked(), print_github_user(), TEST_CASE(), TEST_CASE(), and user_handler().
const char* User::location |
User's location.
Definition at line 13 of file user.h.
Referenced by fetch_github_user(), HttpSession::handle_request(), GitHubUserFetcherWindow::on_button_clicked(), print_github_user(), TEST_CASE(), TEST_CASE(), and user_handler().
const char* User::login |
GitHub username.
Definition at line 10 of file user.h.
Referenced by fetch_github_user(), HttpSession::handle_request(), GitHubUserFetcherWindow::on_button_clicked(), print_github_user(), Test(), TEST_CASE(), TEST_CASE(), and user_handler().
const char* User::name |
Full name.
Definition at line 11 of file user.h.
Referenced by fetch_github_user(), HttpSession::handle_request(), GitHubUserFetcherWindow::on_button_clicked(), print_github_user(), TEST_CASE(), TEST_CASE(), and user_handler().