-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CAD-327: Allow overriding the headers and body on a REST operation
- Loading branch information
1 parent
3830adb
commit 12cca57
Showing
5 changed files
with
39 additions
and
39 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
14 changes: 7 additions & 7 deletions
14
Developer Samples/RuntimeOverrides/RuntimeOverridesViaConfig/packages.config
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,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="InRule.Common" version="5.7.3-cad-327-rest-ope0001" targetFramework="net472" /> | ||
<package id="InRule.Repository" version="5.7.3-cad-327-rest-ope0001" targetFramework="net472" /> | ||
<package id="InRule.Runtime" version="5.7.3-cad-327-rest-ope0001" targetFramework="net472" /> | ||
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net472" /> | ||
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" /> | ||
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.115.0" targetFramework="net472" /> | ||
<package id="System.Data.SQLite.Core" version="1.0.115.0" targetFramework="net472" /> | ||
<package id="InRule.Common" version="5.7.3" targetFramework="net472" /> | ||
<package id="InRule.Repository" version="5.7.3" targetFramework="net472" /> | ||
<package id="InRule.Runtime" version="5.7.3" targetFramework="net472" /> | ||
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.8" targetFramework="net472" /> | ||
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" /> | ||
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.115.5" targetFramework="net472" /> | ||
<package id="System.Data.SQLite.Core" version="1.0.115.5" targetFramework="net472" /> | ||
</packages> |
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
8 changes: 4 additions & 4 deletions
8
Developer Samples/RuntimeOverrides/RuntimeOverridesViaSdk/packages.config
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