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
* CustomAPI class to create a dataSource fetching from an APIConfiguration.
23
23
* If nothing is passed in the constructor, it will only be a standard REST DataSource.
24
+
* Data sources are invoked, for example, when using reference data in a context involving the display of data, such as in a grid, or when fetching or downloading historical record items.
24
25
*/
25
26
exportclassCustomAPIextendsRESTDataSource{
26
27
publicapiConfiguration: ApiConfiguration;
@@ -38,7 +39,7 @@ export class CustomAPI extends RESTDataSource {
38
39
* @param apiConfiguration optional argument used to initialize the calls using the passed ApiConfiguration
0 commit comments