api documentation for github-crud (2019.1.21)

this zero-dependency package will provide a simple cli-tool to PUT / GET / DELETE github files

table of contents

  1. module github-crud
    1. function github-crud.ajax (option, onError)
    2. function github-crud.assertThrow (passed, message)
    3. function github-crud.cliRun (option)
    4. function github-crud.functionOrNop (fnc)
    5. function github-crud.githubCrudAjax (option, onError)
    6. function github-crud.githubCrudContentDelete (option, onError)
    7. function github-crud.githubCrudContentGet (option, onError)
    8. function github-crud.githubCrudContentPut (option, onError)
    9. function github-crud.githubCrudContentPutFile (option, onError)
    10. function github-crud.githubCrudContentTouch (option, onError)
    11. function github-crud.githubCrudContentTouchList (option, onError)
    12. function github-crud.githubCrudRepoCreate (option, onError)
    13. function github-crud.githubCrudRepoCreateList (option, onError)
    14. function github-crud.githubCrudRepoDelete (option, onError)
    15. function github-crud.githubCrudRepoDeleteList (option, onError)
    16. function github-crud.identity (value)
    17. function github-crud.nop ()
    18. function github-crud.objectAssignDefault (target, source)
    19. function github-crud.onErrorDefault (error)
    20. function github-crud.onErrorWithStack (onError)
    21. function github-crud.onNext (option, onError)
    22. function github-crud.onParallel (onError, onEach, onRetry)
    23. function github-crud.onParallelList (option, onEach, onError)
    24. number github-crud.timeExit
    25. object github-crud.cliDict
    26. object github-crud.github_crud
    27. object github-crud.local
    28. object github-crud.timerTimeoutAjaxProgressHide
    29. string github-crud.__dirname
  2. module github-crud.cliDict
    1. function github-crud.cliDict.delete ()
    2. function github-crud.cliDict.get ()
    3. function github-crud.cliDict.put ()
    4. function github-crud.cliDict.repo_create ()
    5. function github-crud.cliDict.repo_delete ()
    6. function github-crud.cliDict.touch ()

module github-crud

function github-crud.ajax (option, onError)

function github-crud.assertThrow (passed, message)

function github-crud.cliRun (option)

function github-crud.functionOrNop (fnc)

function github-crud.githubCrudAjax (option, onError)

function github-crud.githubCrudContentDelete (option, onError)

function github-crud.githubCrudContentGet (option, onError)

function github-crud.githubCrudContentPut (option, onError)

function github-crud.githubCrudContentPutFile (option, onError)

function github-crud.githubCrudContentTouch (option, onError)

function github-crud.githubCrudContentTouchList (option, onError)

function github-crud.githubCrudRepoCreate (option, onError)

function github-crud.githubCrudRepoCreateList (option, onError)

function github-crud.githubCrudRepoDelete (option, onError)

function github-crud.githubCrudRepoDeleteList (option, onError)

function github-crud.identity (value)

function github-crud.nop ()

function github-crud.objectAssignDefault (target, source)

function github-crud.onErrorDefault (error)

function github-crud.onErrorWithStack (onError)

function github-crud.onNext (option, onError)

function github-crud.onParallel (onError, onEach, onRetry)

function github-crud.onParallelList (option, onEach, onError)

module github-crud.cliDict

function github-crud.cliDict.delete ()

function github-crud.cliDict.get ()

function github-crud.cliDict.put ()

function github-crud.cliDict.repo_create ()

function github-crud.cliDict.repo_delete ()

function github-crud.cliDict.touch ()

[ this document was created with utility2 ]