get more detailled user data

This commit is contained in:
2018-04-24 13:18:15 +02:00
parent 1c2c85ad05
commit e6e242f7c1
4 changed files with 122 additions and 16 deletions
+9
View File
@@ -1,3 +1,4 @@
using PocketSharp.Models;
using System;
using System.Threading.Tasks;
using Xunit;
@@ -9,6 +10,14 @@ namespace PocketSharp.Tests
public AccountTests() : base() { }
[Fact]
public async Task IsAuthenticationSuccessful()
{
string requestCode = await client.GetRequestCode();
PocketUser user = await client.GetUser(requestCode);
}
[Fact]
public async Task IsRegistrationURLSuccessfullyCreated()
{