RetroShare/jsonapi-generator/src
Gioacchino Mazzurco 4b6f751b09
Implement JSON API generation for async API calls
Move JSON helpers to util/rsjson.* for better usability
Implement JSON ostream manipulator to print compact and pretty JSON
Use lambdas for API wrappers, integrate better and avoid namespace
  pollution
Removed experimental JSON API for notify client wrapper, notifications
  can be implemented automatically with moderns async API calls
Implement and automatically expose to JSON API
  RsGxsChannels::turtleSearchRequest(
        const std::string& matchString,
        const std::function<void (const RsGxsGroupSummary&)>& multiCallback,
        std::time_t maxWait )
2018-08-16 23:48:21 +02:00
..
async-method-wrapper-template.cpp.tmpl Implement JSON API generation for async API calls 2018-08-16 23:48:21 +02:00
jsonapi-generator-doxygen.conf Complete GxsChannels JSON API with blocking methods 2018-06-26 13:20:24 +02:00
jsonapi-generator.cpp Implement JSON API generation for async API calls 2018-08-16 23:48:21 +02:00
jsonapi-generator.pro Implement automatic JSON API generation 2018-06-24 16:28:33 +02:00
method-wrapper-template.cpp.tmpl Implement JSON API generation for async API calls 2018-08-16 23:48:21 +02:00