Hello, I’m currently developing a client(load testing bot) in Go and need to integrate MongoDB Realm functionalities, specifically for anonymous user authentication and calling Atlas functions. In Unity, I can easily manage this with the provided SDK that supports anonymous account registration and function calls.
However, MongoDB doesn’t provide a Go SDK, and I’m unable to find the RESTful API documentation that would allow for similar functionalities. How might I implement these features in Go? Or is my better option to switch to a language that is supported by MongoDB Realm? Any advice or pointers to where I might find the relevant API documentation would be greatly appreciated.