# wordpress_ex **Repository Path**: mirrors_mikehostetler/wordpress_ex ## Basic Information - **Project Name**: wordpress_ex - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WordpressEx A Wordpress REST V2 API wrapper ## Installation [Available in Hex](https://hex.pm/docs/publish), the package can be installed by adding `wordpress_ex` to your list of dependencies in `mix.exs`: ```elixir def deps do [ {:wordpress_ex, "~> 0.1.0"} ] end ``` and then configuring your endpoint in `config/config.exs`: ```elixir config :wordpress_ex, base_url: "http://demo.wp-api.org/wp-json/wp/v2" ] ``` Documentation can be found at [https://hexdocs.pm/wordpress_ex](https://hexdocs.pm/wordpress_ex).