Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahnlabcloudmatelabs/go-activitypub-example
https://github.com/ahnlabcloudmatelabs/go-activitypub-example
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahnlabcloudmatelabs/go-activitypub-example
- Owner: ahnlabcloudmatelabs
- License: mit
- Created: 2023-10-26T12:54:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T15:06:40.000Z (about 1 year ago)
- Last Synced: 2024-08-28T11:44:28.195Z (4 months ago)
- Language: Go
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CLI
### Create user
```bash
go run generate/main.go \
-function=createUser \
-id=juunini \
-name="지상 최강의 개발자 쥬니니" \
-bio="나는 지상 최강의 개발자 쥬니니다" \
-icon="https://..." \
-image="https://..."
```### Follow
```bash
go run generate/main.go \
-function=follow \
-id=juunini \
-followTarget="https://..." \
-followTargetInboxURL="https://..."
```