Last active
November 27, 2017 02:58
-
-
Save cmdallas/a171e79c270287618135f44b83d9ef6a to your computer and use it in GitHub Desktop.
Create Skycoin BBS board using the api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://127.0.0.1:7410/api/tools/new_seed | |
curl -X POST -F 'seed= ' -F 'alias=prblmchld' 'http://127.0.0.1:7410/api/session/users/new' | |
curl -X POST -F 'alias=prblmchld' 'http://127.0.0.1:7410/api/session/login' | |
curl -X POST -F 'seed= ' -F 'name=test1126' -F 'body=testing' 'http://127.0.0.1:7410/api/content/new_board' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment