Is there a golang client to simulate a client call request? i want to test namaka use golang as client

Is there a golang client to simulate a client call request? i want to test namaka use golang as client.

Hello @hexun80149128 ,

Golang’s std lib includes already a http client that you can use http package - net/http - Go Packages. You can check the openapi documentation that is in the repo as well to know the existing API nakama/apigrpc.swagger.json at master · heroiclabs/nakama · GitHub.

thanks.i will try