You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-test-coverage.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3
3
4
-
name: Node.js CI
4
+
name: DynamicsWebApi CI
5
5
6
6
on:
7
7
push:
@@ -17,7 +17,6 @@ jobs:
17
17
strategy:
18
18
matrix:
19
19
node-version: [14.x, 16.x, 18.x]
20
-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ Also, please check [suggestions and contributions](#contributions) section to le
22
22
23
23
**DynamicsWebApi v2 is coming!**
24
24
25
-
Check out the open [Discussion](https://github.com/AleksandrRogov/DynamicsWebApi/discussions/137) about the project.
25
+
Check out an open [Discussion](https://github.com/AleksandrRogov/DynamicsWebApi/discussions/137) about the project.
26
26
27
-
Check out the development progress in a [DynamicsWebApi v2 Project](https://github.com/users/AleksandrRogov/projects/2).
27
+
Check out a development progress in a [DynamicsWebApi v2 Project](https://github.com/users/AleksandrRogov/projects/2).
28
28
29
29
**Want to help?** - Let me know. I desperately need help with documentation and examples.
30
30
@@ -41,6 +41,8 @@ I am very excited to finally release the new version and I hope you too! Stay tu
41
41
42
42
Please note, that "Dynamics 365" in this readme refers to Microsoft Dynamics 365 Customer Engagement / Microsoft Dataverse (formerly known as Microsoft Common Data Service).
43
43
44
+
I use Dataverse SDK terminology in this documentation. [More Info](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/understand-terminology#terminology-use-depending-on-protocol-or-technology)
45
+
44
46
## Table of Contents
45
47
46
48
*[Getting Started](#getting-started)
@@ -70,7 +72,7 @@ Please note, that "Dynamics 365" in this readme refers to Microsoft Dynamics 365
70
72
*[Execute Web API functions](#execute-web-api-functions)
71
73
*[Execute Web API actions](#execute-web-api-actions)
*[Work with Metadata Definitions](#work-with-metadata-definitions)
75
+
*[Work with Table Difinitions (Metadata)](#work-with-metadata-definitions)
74
76
*[Create Entity](#create-entity)
75
77
*[Retrieve Entity](#retrieve-entity)
76
78
*[Update Entity](#update-entity)
@@ -1206,7 +1208,7 @@ You can find an official documentation that covers Web API batch requests here:
1206
1208
1207
1209
`Version 1.4.3+`
1208
1210
1209
-
Before working with metadata read [the following section from Microsoft Documentation](https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/webapi/use-web-api-metadata).
1211
+
Before working with metadata read [the following section from Microsoft Documentation](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query-metadata-web-api).
0 commit comments