WordPressSharp icon indicating copy to clipboard operation
WordPressSharp copied to clipboard

Reduce request

Open mohammad983 opened this issue 5 years ago • 1 comments

post.FeaturedImageId = client.UploadFile(featureImage).Id; var id =Convert.ToInt32(client.NewPost(post)); When I want to sent a post to wordpress I should sent 2 request one for feature image an another for post contents. Could I use one request for both of them?

mohammad983 avatar Jan 04 '19 18:01 mohammad983

Obviously not.

Blackcat156 avatar Jan 11 '19 03:01 Blackcat156