Mentions légales du service

Skip to content
Snippets Groups Projects

Revert "[refrepo] Add information about 401 error"

Merged BERARD Benjamin requested to merge deprecated_open into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -15,7 +15,7 @@ module RefRepo::Utils
o = {}
puts "Check the documentation https://www.grid5000.fr/w/TechTeam:Reference_Repository#Credentials and your ~/.grid5000_api.yml file"
end
d = URI.open("#{conf['uri']}/#{conf['version']}/#{path}", o).read
d = open("#{conf['uri']}/#{conf['version']}/#{path}", o).read
return JSON::parse(d)
end
Loading