09-02-2017, 02:22 PM
See - to me - in your case - I would just be using the customer DB classes (DB2, DB3) etc...but this could get messy depending on the amount of connections you need.
E.g. previously I needed to connect my system called Templates to BOSS, so in Templates you made a class for me called DB2 and whenever I needed to query the BOSS database, I just did DB2. Vice versa for BOSS to Templates.
I think the only other thing I might use an API for is oAuth between two US systems - but then again - I could just use DB2 again...
E.g. previously I needed to connect my system called Templates to BOSS, so in Templates you made a class for me called DB2 and whenever I needed to query the BOSS database, I just did DB2. Vice versa for BOSS to Templates.
I think the only other thing I might use an API for is oAuth between two US systems - but then again - I could just use DB2 again...