Folks,
I am new the the Valence API but not to LMS integrations via API. I want to write a Java application that will run on a server and communicate with D2L to request things such as, say, the users enrolled in a course. I want this application to run without ever having to log into the D2L sever through a UI. I can run as an administrator rather than a user in that I am asking questions about the LMS in general and not doing something as a specific user such as posting a discussion comment.
In hand I have my appID and appKey. I expect that what I want to do is possible, but I am not locating the relevant example. What I expected to be able to do is get some kind of token by making an initial call using only my appID and signing with my appKey. Then I would make subsequent calls with my token or similar. Again, assuming this is possible, what is the initial call. I think I also need guidance on what base string to sign.
Thanks,
Jeff