lib/github_api/resource.rb in github_api-0.10.2 vs lib/github_api/resource.rb in github_api-0.11.0
- old
+ new
@@ -1,6 +1,13 @@
module Github
- class Resource
+ class Resource < API
+
+ def call(*args)
+ method = args.shift
+ template =
+ response = request(method, )
+
+ end
end
end