abrudtkuhl / WordPressSharp

A C# client to to interact with the WordPress XML-RPC API
abrudtkuhl.github.io/WordPressSharp/
GNU General Public License v3.0
103 stars 49 forks source link

Added Credentials argument to CreateFromUrl #84

Open hshelby opened 6 years ago

hshelby commented 6 years ago

I was using WordPressSharp with a company intranet page, and found that I needed to provide credentials to be able to use Data.CreateFromUrl() . I added an additional optional argument to allow this.