Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement video API (closes #15) #45

Merged
merged 32 commits into from
Feb 7, 2016
Merged

Implement video API (closes #15) #45

merged 32 commits into from
Feb 7, 2016

Commits on Feb 7, 2016

  1. video.edit method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    e8795f1 View commit details
    Browse the repository at this point in the history
  2. video.add method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    8ae59b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74fe25d View commit details
    Browse the repository at this point in the history
  4. video.save method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    3fd28aa View commit details
    Browse the repository at this point in the history
  5. video.delete method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    bc0cf63 View commit details
    Browse the repository at this point in the history
  6. video.restore method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    a3852f9 View commit details
    Browse the repository at this point in the history
  7. video.getUserVideos method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    1a83110 View commit details
    Browse the repository at this point in the history
  8. video.getAlbums method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    77ab082 View commit details
    Browse the repository at this point in the history
  9. video.getAlbumById method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    43e536b View commit details
    Browse the repository at this point in the history
  10. video.addAlbum method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    70b474d View commit details
    Browse the repository at this point in the history
  11. video.editAlbum method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    84bb843 View commit details
    Browse the repository at this point in the history
  12. video.deleteAlbum method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    7ff92a8 View commit details
    Browse the repository at this point in the history
  13. video.reorderAlbums method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    446a91d View commit details
    Browse the repository at this point in the history
  14. video.reorderVideos method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    940daf9 View commit details
    Browse the repository at this point in the history
  15. video.addToAlbum method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    6c2e2fa View commit details
    Browse the repository at this point in the history
  16. video.removeFromAlbum method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    38de64a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e30f2c3 View commit details
    Browse the repository at this point in the history
  18. video.getAlbumsByVideo method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    b9143ee View commit details
    Browse the repository at this point in the history
  19. video.getComments method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    40206dd View commit details
    Browse the repository at this point in the history
  20. video.createComment method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    09c163d View commit details
    Browse the repository at this point in the history
  21. video.deleteComment method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    b91df26 View commit details
    Browse the repository at this point in the history
  22. video.restoreComment method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    09d0470 View commit details
    Browse the repository at this point in the history
  23. video.editComment method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    e8819f5 View commit details
    Browse the repository at this point in the history
  24. video.getTags method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    e498cef View commit details
    Browse the repository at this point in the history
  25. video.putTag method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    c2fc36d View commit details
    Browse the repository at this point in the history
  26. video.removeTag method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    96cdb45 View commit details
    Browse the repository at this point in the history
  27. video.getNewTags method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    906aff8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c0c1405 View commit details
    Browse the repository at this point in the history
  29. video.getCatalog method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    2f68532 View commit details
    Browse the repository at this point in the history
  30. video.getCatalogSection method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    a67451d View commit details
    Browse the repository at this point in the history
  31. video.report method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    7709707 View commit details
    Browse the repository at this point in the history
  32. video.reportComment method

    kstep committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    dbd2bd0 View commit details
    Browse the repository at this point in the history