PromucFlow_constructor/app/server/appsmith-plugins/rapidApiPlugin/src
Shrikant Sharat Kandula 6c7e45d010
Add a connection type variable for Plugin implementations (#531)
* Add a connection type variable for Plugin implementations

This type variable is intended to represent the type of the
connection object, if any, that the plugin will use. This will
help make the implementations more robust by leveraging Java's
type checking instead of rudimentary type casts over the
connection objects.

* Fix missing typevar usage
2020-09-14 20:36:47 +05:30
..
main Add a connection type variable for Plugin implementations (#531) 2020-09-14 20:36:47 +05:30
test/java/com/external/plugins 1. Add to Page changes : In case the sample response is null, don't set the cached response for the action. 2020-03-11 17:16:15 +00:00