data-access-layer
Here are 53 public repositories matching this topic...
-
Updated
Oct 15, 2020 - Ruby
-
Updated
Nov 18, 2020 - C#
-
Updated
Jun 23, 2020 - JavaScript
-
Updated
Sep 17, 2020 - Vue
-
Updated
Jul 25, 2020 - C#
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Sep 7, 2018 - Go
-
Updated
Jun 7, 2020 - C#
-
Updated
May 1, 2020 - C#
-
Updated
Nov 21, 2020 - C#
-
Updated
Jan 21, 2017 - JavaScript
-
Updated
May 6, 2020 - PHP
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Oct 14, 2020 - C#
-
Updated
Mar 29, 2019 - C#
-
Updated
Mar 21, 2020 - PHP
-
Updated
Feb 28, 2019 - Java
-
Updated
Sep 10, 2017 - Java
-
Updated
Jan 11, 2019 - JavaScript
-
Updated
Jun 22, 2020 - C#
-
Updated
May 5, 2019 - TypeScript
-
Updated
Nov 4, 2020 - Go
-
Updated
May 24, 2017 - C#
-
Updated
Jun 25, 2020 - C#
-
Updated
Aug 18, 2020 - C#
-
Updated
Sep 8, 2020 - PHP
Improve this page
Add a description, image, and links to the data-access-layer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-access-layer topic, visit your repo's landing page and select "manage topics."
The format setting in ApiCall.cs is based on whether the Payload is of type string vs a custom class. This means if you are making a simple GET call without a body and you want an XML response to be parsed properly, you have to set the Payload value to a string as a workaround. Fix will be to allow the format to be specified via a separate property.