neuroforgede / nfcompose

Build REST APIs/Integrations in minutes instead of hours - NF Compose is a (data) integration platform that allows developers to define REST APIs in seconds instead of hours. Generated REST APIs are backed by postgres and support automatic consumer webhook notifications on data changes out of the box.
Mozilla Public License 2.0
34 stars 3 forks source link

compose_client should handle groups that don't exist more gracefully #124

Open s4ke opened 5 months ago

s4ke commented 5 months ago

currently if a group does not exist, we run into a KeyError. We should ignore this or at least make this configurable