lib/credly.rb in credly-0.0.8 vs lib/credly.rb in credly-0.0.9

- old
+ new

@@ -55,10 +55,10 @@ def self.options if defined? @@options @@options else - @@options = { :base_endpoint => 'https://apistaging2.credly.com', + @@options = { :base_endpoint => 'https://apistaging.credly.com', :base_domain => 'https://staging.credly.com', :access_token => nil, :version => 'v0.2', :debugging => false, :user_agent => 'credly_ruby_client' } \ No newline at end of file