文件名称:Cohesion.CodeChallenge
文件大小:27KB
文件格式:ZIP
更新时间:2024-04-04 17:35:42
C#
代码挑战 在Examples文件夹中,您将找到一个curl请求文件和一个带有有效负载数据的json文件。 如所写,curl命令期望json文件位于从中运行命令的同一文件夹中。 已为Nik Patel设置了Authorization标头。 如果您想弄弄该站点对您有所帮助,请访问: : 。 密码无关紧要,因为我只添加了auth,因为让后端提供通常会提供的数据并不需要太多工作。
【文件预览】:
Cohesion.CodeChallenge-master
----Examples()
--------data.json(134B)
--------Curl Requests.txt(707B)
----Cohesion.CodeChallenge()
--------Startup.cs(2KB)
--------ServiceImplementations()
--------appsettings.Development.json(162B)
--------Program.cs(801B)
--------Controllers()
--------Services()
--------Models()
--------Handlers()
--------Properties()
--------appsettings.json(192B)
--------Cohesion.CodeChallenge.csproj(443B)
----README.md(553B)
----Cohesion.CodeChallenge.Tests()
--------ServiceRequestServiceTests.cs(5KB)
--------Cohesion.CodeChallenge.Tests.csproj(859B)
--------IdentityServiceTests.cs(1KB)
--------ServiceRequestControllerTests.cs(6KB)
----Cohesion.CodeChallenge.Data.SqlLite()
--------DatabaseContext.cs(841B)
--------Services()
--------Cohesion.CodeChallenge.Data.SqlLite.csproj(405B)
--------DataModels()
----Cohesion.CodeChallenge.Data()
--------Cohesion.CodeChallenge.Data.csproj(145B)
--------Services()
--------ServiceModels()
----.gitignore(6KB)
----Cohesion.CodeChallenge.sln(3KB)