Skip to content

Instantly share code, notes, and snippets.

@cmdallas
Last active November 27, 2017 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmdallas/a171e79c270287618135f44b83d9ef6a to your computer and use it in GitHub Desktop.
Save cmdallas/a171e79c270287618135f44b83d9ef6a to your computer and use it in GitHub Desktop.
Create Skycoin BBS board using the api
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