lib/citrulu.rb in citrulu-0.1.1 vs lib/citrulu.rb in citrulu-0.2.0
- old
+ new
@@ -2,10 +2,10 @@
Dir[File.expand_path('../faraday/*.rb', __FILE__)].each{|f| require f}
require 'faraday'
module Citrulu
# The address of the Citrulu API
- BASE_URL = "https://www.citrulu.com/api/v1"
+ BASE_URL = "https://app.citrulu.com/api/v1"
# Sets up the connection to the Citrulu API using the api key, which must already have been set to CITRULU_API_KEY
def self.connection
Faraday.new(:url => BASE_URL) do |connection|
connection.request :url_encoded # form-encode POST params
\ No newline at end of file