WordPress-API-iOS icon indicating copy to clipboard operation
WordPress-API-iOS copied to clipboard

A library to connect to WordPress sites using XML-RPC or the WordPress.com REST API

Results 4 WordPress-API-iOS issues
Sort by recently updated
recently updated
newest added

[!] Unable to satisfy the following requirements: - `AFNetworking (~> 2.6.0)` required by `WordPressApi (0.3.5)` Specs satisfying the `AFNetworking (~> 2.6.0)` dependency were found, but they required a higher minimum...

In WPXMLRPCClient.m line 10: `#import ` should be changed to `#import ` Since the pods folder has small case.

Hi, I got an error when I was tying to use the example app. `AFHTTPRequestOperation error` is being overwritten and is calling `self.responseObject`. The problem is that `AFHTTPRequestOperation responseObject` implementation...

I was trying to create post with additional fields (fields were already defined on wordpress), but those fields wasn't saved on wordpress site. Code which I was trying to execute...