https://github.com/ningenme/nina-api
趣味開発 contribution-api (product name: nina)
https://github.com/ningenme/nina-api
go golang grpc grpc-web ningenme-project
Last synced: about 2 months ago
JSON representation
趣味開発 contribution-api (product name: nina)
- Host: GitHub
- URL: https://github.com/ningenme/nina-api
- Owner: ningenMe
- Created: 2022-09-03T16:07:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T19:21:12.000Z (about 3 years ago)
- Last Synced: 2026-03-12T03:47:14.630Z (4 months ago)
- Topics: go, golang, grpc, grpc-web, ningenme-project
- Language: TypeScript
- Homepage: https://ningenme.net/contribution
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nina-api
- how to build proto
```shell
cd proto
buf lint
npx buf generate nina
```
- how to set env-variable
```shell
`aws ssm get-parameters-by-path --path "/" --region ap-northeast-1 --output text | awk '{print "export",$5"="$7}'`
```
- curl
```shell
curl -XPOST -H 'Content-Type: application/json' -d '{}' localhost:8081/nina.v1.HealthService/Check -i
curl -XPOST -H 'Content-Type: application/json' -d '{}' https://nina-api.ningenme.net/nina.v1.HealthService/Check -i
```