Ask a Question
how does a microservice see what realm it's in?
Hello, Is it possible for a microservice to see what realm it's running in? I basically want to add some developer cheats to a microservice so that if we're running in develop some upgrades will be free but in production it'll cost what the config says it should
Can you set a parameter as optional in C#?
I have a question.
Is there any parameter attribute to set the parameter as optional in C# ?
[ClientCallable]
public async Task<S2C_SESSION_URL_WITH_TOKEN> GetSession(string passCode = "")
{
...
}
How do you notify online users using C#MS code?
How do you notify online users using C#MS code?
What limits exist on the bulk mail endpoint?
When attempting to call the bulk mail endpoint on a large number of users (~10,000), we seem to have run into a limit around request size and received an error 500 response. What limits exist on this endpoint?
Inventory Prefab missing from Toolbox
I recently noticed the Inventory Prefab is missing from the Toolbox. Anyone know if that prefab was removed?
Match.matchType is null
Hi. I'm trying to get matchType(SimGameType) from Match object, but it has null value.
How do you send a verification code via email to newly created accounts?
Hi all!
Is there any way to send a verification code via email to our new users to confirm the account creation?
Game Client needs docker to call MS methods?
Hi, just to make sure that I get it right - I understand that game client (build) does NOT need to have a docker installed on the client machine to call MS methods?
How do I get the API auth token?
In order to get the api auth token, I tried the following endpoint, but it didn't work.
https://api.beamable.com/basic/auth/token
I couldn't find the content how I can set up header or anything in api doc.
Please guide me how I can use this endpoint.
How do you refuse friend invites?
How can I implement refusing friend invites? The person who made the invite can cancel it, but how can the recipient refuse it?