8000 moved class into separate file · notion-dotnet/notion-sdk-net@c7349ed · GitHub
[go: up one dir, main page]

Skip to content

Commit c7349ed

Browse files
committed
moved class into separate file
1 parent bb62d1e commit c7349ed

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Src/Notion.Client/Api/Authentication/RevokeToken/AuthenticationClient.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Net.Http;
21
using System.Threading;
32
using System.Threading.Tasks;
43

@@ -19,8 +18,4 @@ await _client.PostAsync<RevokeTokenResponse>(
1918
);
2019
}
2120
}
22-
23-
internal class RevokeTokenResponse
24-
{
25-
}
2621
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace Notion.Client
2+
{
3+
internal class RevokeTokenResponse
4+
{
5+
}
6+
}

0 commit comments

Comments
 (0)
0