-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Resolve warnings * Use raw string literal * Drop redundant body * Add Microsoft.AspNetCore.App * Use QueryString * Update HttpRequestFactoryTests * Disable format
- Loading branch information
Showing
57 changed files
with
301 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Responses.Errors; | ||
|
||
public interface IErrorForm | ||
{ | ||
} | ||
public interface IErrorForm; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Responses.Errors; | ||
|
||
public interface IErrorResponse | ||
{ | ||
} | ||
public interface IErrorResponse; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class CallActivity | ||
{ | ||
} | ||
public class CallActivity; |
4 changes: 1 addition & 3 deletions
4
src/Daktela.HttpClient/Api/Tickets/Activities/CommentActivity.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class CommentActivity | ||
{ | ||
} | ||
public class CommentActivity; |
4 changes: 1 addition & 3 deletions
4
src/Daktela.HttpClient/Api/Tickets/Activities/CustomActivity.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class CustomActivity | ||
{ | ||
} | ||
public class CustomActivity; |
4 changes: 1 addition & 3 deletions
4
src/Daktela.HttpClient/Api/Tickets/Activities/FacebookCommentActivity.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class FacebookCommentActivity | ||
{ | ||
} | ||
public class FacebookCommentActivity; |
4 changes: 1 addition & 3 deletions
4
src/Daktela.HttpClient/Api/Tickets/Activities/FacebookMessengerActivity.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class FacebookMessengerActivity | ||
{ | ||
} | ||
public class FacebookMessengerActivity; |
4 changes: 1 addition & 3 deletions
4
src/Daktela.HttpClient/Api/Tickets/Activities/InstagramDirectMessageActivity.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class InstagramDirectMessageActivity | ||
{ | ||
} | ||
public class InstagramDirectMessageActivity; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class SmsActivity | ||
{ | ||
} | ||
public class SmsActivity; |
4 changes: 1 addition & 3 deletions
4
src/Daktela.HttpClient/Api/Tickets/Activities/ViberActivity.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class ViberActivity | ||
{ | ||
} | ||
public class ViberActivity; |
4 changes: 1 addition & 3 deletions
4
src/Daktela.HttpClient/Api/Tickets/Activities/WebChatActivity.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class WebChatActivity | ||
{ | ||
} | ||
public class WebChatActivity; |
4 changes: 1 addition & 3 deletions
4
src/Daktela.HttpClient/Api/Tickets/Activities/WhatsAppActivity.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
namespace Daktela.HttpClient.Api.Tickets.Activities; | ||
|
||
public class WhatsAppActivity | ||
{ | ||
} | ||
public class WhatsAppActivity; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.