Skip to content

Conversation

jackrosenthal
Copy link
Owner

This is the initial version of a Connect RPC backend server written in Go.

At the moment it doesn't support any sort of authentication, that's TBD.

curl http://localhost:8080/algobowl.user.v1.UserService/GetUserInfo --header 'Content-Type: application/json' --data '{"username": "jrosenth"}'
{"user":{"id":"28263","username":"jrosenth","email":"jack@rosenth.al","displayName":"Jack
Rosenthal","isAdmin":true}}

This is the initial version of a Connect RPC backend server written in
Go.

At the moment it doesn't support any sort of authentication, that's TBD.

```
curl http://localhost:8080/algobowl.user.v1.UserService/GetUserInfo --header 'Content-Type: application/json' --data '{"username": "jrosenth"}'
{"user":{"id":"28263","username":"jrosenth","email":"jack@rosenth.al","displayName":"Jack
Rosenthal","isAdmin":true}}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant