X-Git-Url: http://nitlanguage.org diff --git a/lib/github_api.nit b/lib/github_api.nit index b0240ca..d1a66e6 100644 --- a/lib/github_api.nit +++ b/lib/github_api.nit @@ -17,7 +17,7 @@ module github_api import curl -import simple_json_reader +import json::static # Specific Curl that know hot to talk to the github API class GithubCurl