17 lines
620 B
JSON
17 lines
620 B
JSON
{
|
|
"curlImage": ".t--curlImage",
|
|
"curlImportBtn": ".t--importBtn",
|
|
"createBlankApiCard": ".t--createBlankApiCard",
|
|
"eachProviderCard": ".t--eachProviderCard",
|
|
"nameOfApi": ".t--nameOfApi",
|
|
"ApiNameField":"input[name='name']",
|
|
"addToPageBtn": ".t--addToPageBtn",
|
|
"ApiDeleteBtn": ".t--apiFormDeleteBtn",
|
|
"ApiRunBtn": ".t--apiFormRunBtn",
|
|
"addToPageBtnsId": ".t--addToPageButtons",
|
|
"ApiHomePage": ".t--apiHomePage",
|
|
"formActionButtons": ".t--formActionButtons",
|
|
"dataSourceField": ".t--dataSourceField",
|
|
"responseBody":".CodeMirror-code span.cm-string.cm-property"
|
|
}
|