-
Notifications
You must be signed in to change notification settings - Fork 1
Home
yohan morales edited this page Jan 4, 2017
·
2 revisions
- httparty >= 0.13.7, ~> 0.13
config = WpApi::Configuration.new
config.base_uri = <your_site_base_uri>
config.options = {
http_proxyaddr: <your_proxy_address>,
http_proxyport: <your_proxy_port>
}
WpApi.configuration = config