Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
api_feature.cpp File Reference
#include "api.hpp"

Namespaces

namespace  dcn
 

Functions

asio::awaitable< http::Responsedcn::OPTIONS_feature (const http::Request &, std::vector< RouteArg >, QueryArgsList)
 
asio::awaitable< http::Responsedcn::GET_feature (const http::Request &, std::vector< RouteArg >, QueryArgsList, Registry &registry, EVM &evm)
 Returns the newest feature by name or a specific feature by name and id if the id is provided in the url.
 
asio::awaitable< http::Responsedcn::POST_feature (const http::Request &, std::vector< RouteArg >, QueryArgsList, AuthManager &auth_manager, Registry &registry, EVM &evm)
 Handle a POST request to /features.