This is related to the post: http://community.sdl.com/phase_2_groups/sdl_openexchange_developers/f/39/p/1179/5140.aspx#5140
We are trying to do the exact same thing but with a enterprise TM so the uri is:
"languageweavermt.https://<account-id>-<user-id>:@api.sdlbeglobal.com/?apimodel=REST&touchpointId=<touch-point>&LPLangHashMapping=<lang-directions-including-hash-values>"
However when trying to use the SetCredential code sample provided in the related post I draw a blank when doing "store.GetCredential(uri)", I have copied the uri values from a manually created project to be sure its correct but i still get nothing when trying to get the credential, the only thing that i can think of is that i only provide one language direction even if the project has 5, becasue I dont know where to get the hash values for the other 4 language directions (I simply lifted the first from the manually created project but im not sure how the language/hash mapping is actually made)
Has anyone used BeGlobal Enterprise in a API project?