add fetcher class

This commit is contained in:
Petr Korolev
2015-03-26 23:56:47 +02:00
parent e0cf47e027
commit a2cf6810ad
2 changed files with 23 additions and 1 deletions
@@ -0,0 +1,5 @@
module GitHubChangelogGenerator
# A Fetcher responsible for all requests to GitHub and all basic manipulation with related data (such as filtering, validating, e.t.c)
class Fetcher
end
end