wp-net/WordPressUWP

Change in Getting Started

Closed this issue · 2 comments

In Getting Started you mentioned :

Before you can build you'll need to create a ApiCredentials.cs class inside the WordPressUWPApp.Utility

I think it should be

Rename ApiCredentialsSample to ApiCredentials inside the WordPressUWP.Helpers

Thanks!

actually its "copy and rename" since you don't want to delete the original sample file in case you want to push some changes to the repo. ;-)
the namespace changed after I rebuilt the app (old version is in the V1 branch).
feel free to update the readme!

I've changed how the configuration is stored so it should be easier now.