syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

Can we inline the connector in a connection #196

Closed gashcrumb closed 7 years ago

gashcrumb commented 7 years ago

For example when I GET this connection by ID, I don't get the connector, just the connector ID:

https://ipaas-staging.b6ff.rh-idev.openshiftapps.com/api/v1/connections/2

Now that configuredProperties doesn't contain the whole form config, I need the connector object so I can get the form configuration for the connection detail page. Don't think we need the actions inlined in the connector object in this case.

@KurtStam FYI

KurtStam commented 7 years ago

Sure - will load that up for you.

gashcrumb commented 7 years ago

@KurtStam thanks! you're awesome :-)

KurtStam commented 7 years ago

https://github.com/redhat-ipaas/ipaas-rest/pull/198