Hi,
I wonder what is the best way to connect to CRM. I already use Web Api and OrganizationService. I usually use OrganizationService when I developed service web and I use WebApi on client app side because I need to authenticate users with token.
Is this the good way to do ? Is there more pros and cons ?
Thank you
YD