Skip to content

Commit

Permalink
fetch OK
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Feb 15, 2020
1 parent e8faf04 commit 4c99eea
Show file tree
Hide file tree
Showing 23 changed files with 6,954 additions and 2,818 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ _ReSharper*/
/axios/node_modules
/aurelia/coverage
/aurelia/node_modules
/fetchapi/node_modules
/fetchapi/coverage
8 changes: 8 additions & 0 deletions DemoCoreWeb/CodeGen.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
"TSFile": "WebApiCoreAureliaClientAuto.ts",
"AsModule": true,
"ContentType": "application/json;charset=UTF-8"
},

{
"AssemblyName": "Fonlow.WebApiClientGenCore.Fetch",
"TargetDir": "..\\..\\..\\..\\..\\fetchapi\\src\\clientapi",
"TSFile": "WebApiCoreFetchClientAuto.ts",
"AsModule": true,
"ContentType": "application/json;charset=UTF-8"
}

]
Expand Down
1 change: 1 addition & 0 deletions DemoCoreWeb/DemoCoreWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<ProjectReference Include="..\WebApiClientGenCore.Abstract\WebApiClientGenCore.Abstract.csproj" />
<ProjectReference Include="..\WebApiClientGenCore.Aurelia\WebApiClientGenCore.Aurelia.csproj" />
<ProjectReference Include="..\WebApiClientGenCore.Axios\WebApiClientGenCore.Axios.csproj" />
<ProjectReference Include="..\WebApiClientGenCore.Fetch\WebApiClientGenCore.Fetch.csproj" />
<ProjectReference Include="..\WebApiClientGenCore.jQuery\WebApiClientGenCore.jQuery.csproj" />
<ProjectReference Include="..\WebApiClientGenCore.NG2\WebApiClientGenCore.NG2.csproj" />
<ProjectReference Include="..\WebApiClientGenCore\WebApiClientGenCore.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion DemoCoreWeb/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"Console": {
"LogLevel": {
"Default": "Warning"
"Default": "Information"
}
}
},
Expand Down
Loading

0 comments on commit 4c99eea

Please sign in to comment.