loopback-component-jsonapi:JSONAPI对回送的支持

时间:2024-03-17 02:24:19
【文件属性】:

文件名称:loopback-component-jsonapi:JSONAPI对回送的支持

文件大小:73KB

文件格式:ZIP

更新时间:2024-03-17 02:24:19

serialization json-api deserialization jsonapi loopback

loopback-component-jsonapi 支持回送。 状态 现在,该项目非常稳定,并在我们的许多项目中用于生产。 存在已知问题(请参阅下文和问题跟踪器),这些问题通常可以解决,或者很小。 如果您需要任何澄清或需要帮助,请在问题跟踪器上打开问题。 已知的问题 这个模块不能很好地处理复杂的复合文档。 这意味着,如果您尝试在单个请求中执行复杂的包含,则可能会遇到麻烦。 我们编写了另一个名为模块,该模块很好地完成了JSONAPI序列化(但没有其他功能)用于环回,您现在可以使用它来解决此类问题。 长期目标是用loopback-jsonapi-model-serializer换出loopback-component-jsonapi的序列化层 经过测试: 节点4、6和8 JSON API v1.0 回送^ 3.8.0 样例项目 我们使用 , 和此创建了一个示例项目。 它称为 。 帮


【文件预览】:
loopback-component-jsonapi-master
----.gitignore(532B)
----package.json(2KB)
----commitlint.config.js(231B)
----.travis.yml(525B)
----LICENSE(1KB)
----README.md(27KB)
----.jsinspectrc(81B)
----lib()
--------relationships.js(2KB)
--------serializer.js(13KB)
--------index.js(1KB)
--------patch.js(9KB)
--------create.js(1KB)
--------utils.js(7KB)
--------update.js(402B)
--------serialize.js(5KB)
--------querystring.js(635B)
--------removeRemoteMethods.js(972B)
--------deserializer.js(2KB)
--------errors.js(5KB)
--------utilities()
--------deserialize.js(4KB)
--------headers.js(1KB)
--------delete.js(816B)
----.npmignore(106B)
----test()
--------include.test.js(5KB)
--------belongsToThroughHasMany.test.js(2KB)
--------update.test.js(10KB)
--------errors.test.js(8KB)
--------reflexiveRelationship.test.js(2KB)
--------delete.test.js(856B)
--------scopeInclude.test.js(4KB)
--------hasOne.test.js(12KB)
--------referencesMany.test.js(5KB)
--------relationship-utils.test.js(8KB)
--------exclude.test.js(6KB)
--------hasManyRelationships.test.js(5KB)
--------relationships.test.js(17KB)
--------create.test.js(6KB)
--------util()
--------hasManyThroughUpsertStringIds.test.js(3KB)
--------throughModel.test.js(4KB)
--------hasManyThroughUpsert.test.js(5KB)
--------override-serializer.test.js(4KB)
--------config.test.js(2KB)
--------belongsTo.test.js(20KB)
--------hasMany.test.js(15KB)
--------find.test.js(11KB)
--------remoteMethods.test.js(6KB)
--------rule-hasmany-actions.test.js(2KB)
--------override-attributes.test.js(2KB)
--------belongsToPolymorphic.test.js(3KB)
--------hasManyPolymorphic.test.js(3KB)
--------foreign-keys.test.js(4KB)
--------override-deserializer.test.js(7KB)
----.editorconfig(174B)

网友评论