-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Please, add base_url method, a-la on Airborne.
Airborne
↓
Airborne.configure do |config|
config.base_url = 'http://example.com/api/v1'
config.headers = { 'x-auth-token' => 'my_token' }
endUnirest
↓
Unirest.base_url = 'http://example.com/api'
# http://example.com/api/auth?user=foo&pass=bar
response = Unirest.get '/auth?user=foo&pass=bar' Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels