./lib/animoto/client.rb in animoto-0.0.0.alpha8 vs ./lib/animoto/client.rb in animoto-0.0.0.alpha9
- old
+ new
@@ -27,10 +27,10 @@
require 'animoto/http_engine'
require 'animoto/response_parser'
module Animoto
class Client
- API_ENDPOINT = "https://api2-staging.animoto.com/"
+ API_ENDPOINT = "https://api2-sandbox.animoto.com/"
API_VERSION = 1
BASE_CONTENT_TYPE = "application/vnd.animoto"
attr_accessor :key, :secret, :endpoint, :logger
attr_reader :http_engine, :response_parser
\ No newline at end of file