add fetcher class
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user