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
@@ -194,7 +193,7 @@ maxPageSize | Number | Defaults the odata.maxpagesize preference. Use to set the
194
193
onTokenRefresh | Function | A callback function that triggered when DynamicsWebApi requests a new OAuth token. (At this moment it is done before each call to Dynamics 365, as [recommended by Microsoft](https://msdn.microsoft.com/en-ca/library/gg327838.aspx#Anchor_2)).
195
194
returnRepresentation | Boolean | Defaults Prefer header with value "return=representation". Use this property to return just created or updated entity in a single request.
196
195
useEntityNames | Boolean | `v.1.4.0+` Indicates whether to use entity logical names instead of collection logical names during requests.
197
-
webApiUrl | String | A complete URL string to Web API. Example of the URL: "https:/myorg.api.crm.dynamics.com/api/data/v8.2/". If it is specified then webApiVersion property will not be used even if it is not empty.
196
+
webApiUrl | String | A complete URL string to Web API. Example of the URL: "https://myorg.api.crm.dynamics.com/api/data/v8.2/". If it is specified then webApiVersion property will not be used even if it is not empty.
198
197
webApiVersion | String | Version of the Web API. Default version is "8.0".
199
198
200
199
Configuration property `webApiVersion` is required only when DynamicsWebApi used inside CRM.
@@ -1868,7 +1867,7 @@ the config option "formatted" will enable developers to retrieve all information
1868
1867
-[X] Entity and Attribute Metadata helpers. `Implemented in v.1.4.3`
1869
1868
-[X] Entity Relationships and Global Option Sets helpers. `Implemented in v.1.4.6`
1870
1869
-[X] Batch requests.
1871
-
-[ ] Implement `Content-ID` header to reference a created entity in batch operation.
1870
+
-[ ] Implement `Content-ID` header to reference a created entity in a batch operation.
1872
1871
-[ ] Intellisense for request objects.
1873
1872
1874
1873
Many more features to come!
@@ -1882,3 +1881,16 @@ It is highly recommended to use one of the Promise Polyfills (Yaku, ES6 Promise
1882
1881
1883
1882
## JavaScript Callbacks
1884
1883
Please use the following library that implements Callbacks : [DynamicsWebApi with Callbacks](/scripts/dynamics-web-api-callbacks.js).
1884
+
1885
+
## Contributions
1886
+
1887
+
First of all, I would like to thank you for using `DynamicsWebApi` library in your Dynamics 365 CE project, the fact that my project helps someone to achieve their development goals already makes me happy.
1888
+
1889
+
And if you would like to contribute to the project you may do it in multiple ways:
1890
+
1. Submit an issue/bug if you have encountered one.
1891
+
2. If you know the root of the issue please feel free to submit a pull request, just make sure that all tests pass and if the fix needs new unit tests, please add one.
1892
+
3. Let me and community know if you have any ideas or suggestions on how to improve the project by submitting an issue on GitHub, I will label it as a 'future enhancement'.
1893
+
4. Feel free to connect with me on [LinkedIn](https://www.linkedin.com/in/alexrogov/) and if you wish to let me know how you use `DynamicsWebApi` and what project you are working on, I will be happy to hear about it.
1894
+
5. If you feel that this project saved your time and you would like to support it, then please feel free to donate: [](https://paypal.me/alexrogov)
0 commit comments