Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Import Export JSON Spec

Jeremy Falling edited this page Apr 5, 2019 · 2 revisions

The format for the JSON file for the import/export features is rather simple. The name of the service is the dict key and there is a "code": "your secret" keypair. For example:

{
   "my github account" : {
      "code" : "my github secret code"
   },
   "some other service" : {
      "code" : "secret code for another service"
   }
}

Clone this wiki locally