文件名称:dynamics-web-api-helper:Microsoft Dynamics webApi的助手
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-28 10:54:08
TypeScript
Microsoft Dynamics Web API助手 简单助手的集合,使webApi使用更加简单。 串化 批处理请求 串化 stringify将更具可读性和可维护性的请求对象转换为url。 webAPIHelper({ filter: ['_value', 'eq', id], orderBy: 'priority', select: [ '_createdby_value', 'createdon', 'some_value', 'modifiedon', ], expand: [ { name: 'some_related_table', select: [ 'answer', 'name', ],
【文件预览】:
dynamics-web-api-helper-master
----.gitignore(2KB)
----package.json(639B)
----package-lock.json(384B)
----tsconfig.json(123B)
----README.md(1KB)
----lib()
--------stringify.ts(2KB)
--------index.ts(90B)
--------batch.ts(5KB)