comAtprotoRepoImportRepo top-level constant

Map<String, dynamic> const comAtprotoRepoImportRepo

com.atproto.repo.importRepo

Implementation

const comAtprotoRepoImportRepo = <String, dynamic>{
  "lexicon": 1,
  "id": "com.atproto.repo.importRepo",
  "defs": {
    "main": {
      "type": "procedure",
      "description":
          "Import a repo in the form of a CAR file. Requires Content-Length HTTP header to be set.",
      "input": {"encoding": "application/vnd.ipld.car"}
    }
  }
};