You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: