Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit b69b17d

Browse files
author
Cainã Costa
committed
Add an entrypoint require
By doing this, the user of the gem will be able to use `Bundler.require` to load the gem instead of having to use a different require path.
1 parent 02a8273 commit b69b17d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

lib/hawkularclient.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
require 'hawkular/version'
2+
require 'hawkular/inventory/inventory_api'
3+
require 'hawkular/metrics/metrics_client'
4+
require 'hawkular/alerts/alerts_api'
5+
require 'hawkular/tokens/tokens_api'
6+
require 'hawkular/operations/operations_api'
7+
require 'hawkular/base_client'
8+
require 'hawkular/hawkular_client'

0 commit comments

Comments
 (0)