///
/// HybridNitroFetchSpec.cpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © Marc Rousavy @ Margelo
///

#include "HybridNitroFetchSpec.hpp"

namespace margelo::nitro::nitrofetch {

  void HybridNitroFetchSpec::loadHybridMethods() {
    // load base methods/properties
    HybridObject::loadHybridMethods();
    // load custom methods/properties
    registerHybrids(this, [](Prototype& prototype) {
      prototype.registerHybridMethod("createClient", &HybridNitroFetchSpec::createClient);
    });
  }

} // namespace margelo::nitro::nitrofetch
