Files
2023-08-24 20:57:40 +00:00

16 lines
255 B
Ruby

# frozen_string_literal: true
# Code generated for API Clients. DO NOT EDIT.
require 'json'
require 'net/http'
Dir[File.join(__dir__, '**', '*.rb')].sort.each do |f|
require f
end
##
# The Module which contains the Ngrok API gem
module NgrokAPI
end