-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
49 changed files
with
572 additions
and
313 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# PushCrew.Net | ||
.Net implementation of [PushCrew API](https://api.pushcrew.com) | ||
[![codecov](https://codecov.io/gh/GregsStack/PushCrew.Net/branch/master/graph/badge.svg)](https://codecov.io/gh/GregsStack/PushCrew.Net) | ||
# VwoEngage.Net | ||
.Net implementation of [VWO Engage](https://vwo.com/engage/) (former [PushCrew API](https://api.pushcrew.com)) | ||
|
||
[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/GregsStack.VwoEngage.Net.Api)](https://www.nuget.org/packages/GregsStack.VwoEngage.Net.Api) | ||
[![Build Status](https://dev.azure.com/GregsStack/GitHub/_apis/build/status/GregsStack.VwoEngage.Net?branchName=master)](https://dev.azure.com/GregsStack/GitHub/_build/latest?definitionId=4&branchName=master) | ||
[![codecov](https://codecov.io/gh/GregsStack/VwoEngage.Net/branch/master/graph/badge.svg)](https://codecov.io/gh/GregsStack/VwoEngage.Net) |
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 was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/GregsStack.PushCrew.Net.Api/Exceptions/BadRequestException.cs
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/GregsStack.PushCrew.Net.Api/Exceptions/InternalServerErrorException.cs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/GregsStack.PushCrew.Net.Api/Exceptions/PushCrewException.cs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/GregsStack.PushCrew.Net.Api/Exceptions/UnauthorizedException.cs
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/GregsStack.PushCrew.Net.Api/GregsStack.PushCrew.Net.Api.csproj
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...i/Attributes/ValidatedNotNullAttribute.cs → ...i/Attributes/ValidatedNotNullAttribute.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
2 changes: 1 addition & 1 deletion
2
...ew.Net.Api/Converters/BooleanConverter.cs → ...ge.Net.Api/Converters/BooleanConverter.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
2 changes: 1 addition & 1 deletion
2
...verters/FormUrlEncodedContentConverter.cs → ...verters/FormUrlEncodedContentConverter.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
2 changes: 1 addition & 1 deletion
2
...w.Net.Api/Converters/TimeSpanConverter.cs → ...e.Net.Api/Converters/TimeSpanConverter.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
Oops, something went wrong.