WordPress API - Post 내용 가져오기
WordPress API - Post 내용 가져오기 PostID 기준으로 Post 를 구하는 방법입니다.기본 : 'WordPressPCL' Nuget 패키지 설치 GetByIDAsync 메서드를 사용해 PostID 기준으로 Post 데이터를 가져옵니다.private async void getPostButton_Click(object sender, EventArgs e){ this.logTextBox.Text += $"Get Post -------------------------------------------------" + Environment.NewLine; string baseURL = "https://wordpress주소.kr/wp-json/"; string userID = "사..