dblommesteijn/wiki-api

View on GitHub
lib/wiki/api.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require File.expand_path("#{File.dirname(__FILE__)}/api/version")
require File.expand_path("#{File.dirname(__FILE__)}/api/connect")
require File.expand_path("#{File.dirname(__FILE__)}/api/page")
require File.expand_path("#{File.dirname(__FILE__)}/api/page_headline")
require File.expand_path("#{File.dirname(__FILE__)}/api/page_block")
require File.expand_path("#{File.dirname(__FILE__)}/api/page_list_item")
require File.expand_path("#{File.dirname(__FILE__)}/api/page_link")
require File.expand_path("#{File.dirname(__FILE__)}/api/util")

module Wiki
  module Api
    # Your code goes here...
  end
end