Skip to content
yohan morales edited this page Jan 4, 2017 · 2 revisions

Requirements

  • httparty >= 0.13.7, ~> 0.13

Configuration

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

API Reference

http://v2.wp-api.org/reference/

Clone this wiki locally