Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a README.md file at the root of the repository. The contents of the README are described in the contest rules.

Create a Client Key

Through Web UI (Recommended)

  1. Go to the Web UI
  2. go to Setup → Client Keys
  3. In the drop down box: select the API key you would like to use to create the client secret and salt
  4. Press create keys
  5. Copy and paste into your application
  6. Client keys are not stored on the Cogs server

Through Java Test Tool

All of the events sent to the server are secured by your client key,So long as the client secret key is kept secret, no other client can spoof requests to your cogswell.io namespace.

...