express-api-problem:Express包可自动将您的异常转为API Problem JSON响应

时间:2024-05-22 07:12:05
【文件属性】:

文件名称:express-api-problem:Express包可自动将您的异常转为API Problem JSON响应

文件大小:70KB

文件格式:ZIP

更新时间:2024-05-22 07:12:05

TypeScript

表达api问题 在符合API问题规范的情况下,自动将抛出的异常转换为JSON响应 一个快速的程序包,使您可以轻松处理API问题。 它提供了的直接实现,并将您引发的异常以以下格式返回,且内容类型的标头设置为application/problem+json { " status " : 403 , " type " : " http://example.com/problems/out-of-credit " , " title " : " You do not have enough credit. " , " detail " : " Your current balance is 30, but the item costs 50. " , " instance " : " http://example.net/account/12345/logs?id


【文件预览】:
express-api-problem-master
----.gitignore(33B)
----package.json(1KB)
----.travis.yml(193B)
----jest.config.js(341B)
----tsconfig.json(328B)
----.prettierignore(25B)
----license(1KB)
----tests()
--------middleware.test.ts(4KB)
--------mongoose.test.ts(2KB)
--------api-problem.test.ts(3KB)
----lib()
--------mongoose-plugin.ts(1KB)
--------express-middleware.ts(1KB)
--------index.ts(103B)
--------api-problem.ts(933B)
----readme.md(5KB)
----.npmignore(109B)
----.prettierrc(320B)
----yarn.lock(148KB)

网友评论