yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::api Namespace Reference

Classes

class  HttpServer
 

Typedefs

using json = nlohmann::json
 

Functions

void HandleHealth (const httplib::Request &req, httplib::Response &res)
 
void HandleListModels (const httplib::Request &req, httplib::Response &res)
 

Typedef Documentation

◆ json

using yaze::cli::api::json = nlohmann::json

Definition at line 12 of file api_handlers.cc.

Function Documentation

◆ HandleHealth()

void yaze::cli::api::HandleHealth ( const httplib::Request & req,
httplib::Response & res )

Definition at line 14 of file api_handlers.cc.

Referenced by yaze::cli::api::HttpServer::RegisterRoutes().

◆ HandleListModels()

void yaze::cli::api::HandleListModels ( const httplib::Request & req,
httplib::Response & res )

Definition at line 25 of file api_handlers.cc.

References yaze::cli::ModelRegistry::GetInstance().

Referenced by yaze::cli::api::HttpServer::RegisterRoutes().

Here is the call graph for this function: