mirror of
https://github.com/ngrok/ngrok-api-ruby.git
synced 2026-05-17 16:50:40 +00:00
16 lines
255 B
Ruby
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
|