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

v2 of API #40

Draft
wants to merge 45 commits into
base: master
Choose a base branch
from
Draft

v2 of API #40

wants to merge 45 commits into from

Commits on Mar 9, 2023

  1. v2 api

    MrRefactoring committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a0e6004 View commit details
    Browse the repository at this point in the history
  2. v2 api build fixes

    MrRefactoring committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f79e11b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Version2 API updated

    MrRefactoring committed May 20, 2023
    Configuration menu
    Copy the full SHA
    ffc1685 View commit details
    Browse the repository at this point in the history
  2. prettier update

    MrRefactoring committed May 20, 2023
    Configuration menu
    Copy the full SHA
    bdc7002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a849f4 View commit details
    Browse the repository at this point in the history
  4. Models updated

    MrRefactoring committed May 20, 2023
    Configuration menu
    Copy the full SHA
    b696854 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Models updated

    MrRefactoring committed May 21, 2023
    Configuration menu
    Copy the full SHA
    14056f4 View commit details
    Browse the repository at this point in the history
  2. Parameters updated

    MrRefactoring committed May 21, 2023
    Configuration menu
    Copy the full SHA
    4bd887b View commit details
    Browse the repository at this point in the history
  3. unit tests fixes

    MrRefactoring committed May 21, 2023
    Configuration menu
    Copy the full SHA
    6877cf8 View commit details
    Browse the repository at this point in the history
  4. #35 apiPrefix as configuration option (#48)

    * #35 `apiPrefix` now configurable
    
    * #35 serverClient prefix setup
    MrRefactoring authored May 21, 2023
    Configuration menu
    Copy the full SHA
    ff52483 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8efec9 View commit details
    Browse the repository at this point in the history
  6. #47 'serialize-ids-as-strings' set to true by default (#50)

    * #47 'serialize-ids-as-strings' set to true by default
    
    * #47 build fixes
    MrRefactoring authored May 21, 2023
    Configuration menu
    Copy the full SHA
    61d4d6b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    ea0a700 View commit details
    Browse the repository at this point in the history
  2. dependencies upgraded

    MrRefactoring committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8cde479 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    263cef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    8765fe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ece3787 View commit details
    Browse the repository at this point in the history
  3. dependencies updated

    MrRefactoring committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0a72177 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. fix(getInlineCommentVersions): dashed to camelCase convention (#88)

    * fix(getInlineCommentVersions): dashed to camelCase convention
    
    * Update src/version2/parameters/getInlineCommentVersions.ts
    
    ---------
    
    Co-authored-by: Vladislav Tupikin <MrRefactoring@yandex.ru>
    mukultotla and MrRefactoring authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    54897f5 View commit details
    Browse the repository at this point in the history
  2. Update task.ts camelCase 84 1 (#86)

    * Update task.ts camelCase
    
    * chagned format on getTaskByID
    frodri13 authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    abe5001 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. camelCase getCustomContentByTypeInBlogPost (#104)

    * camelCase getCustomContentByTypeInBlogPost
    
    * interface modified
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    cc8f4b9 View commit details
    Browse the repository at this point in the history
  2. camelCase getCustomContentByType (#103)

    * camelCase getCustomContentByType
    
    * modified interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2e8d3d6 View commit details
    Browse the repository at this point in the history
  3. camelCase getCustomContentById (#102)

    * camelCase getCustomContentById
    
    * interface modified
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    be3730e View commit details
    Browse the repository at this point in the history
  4. camelCase getCustomContentByTypeInPage (#101)

    * camelCase getCustomContentByTypeInPage
    
    * modified getCustomContentByTypeInPage interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2e1e7fb View commit details
    Browse the repository at this point in the history
  5. camelCase getCustomContentByTypeInSpace (#100)

    * camelCase getCustomContentByTypeInSpace
    
    * modified interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2f9cbba View commit details
    Browse the repository at this point in the history
  6. camelCase getLabelPages (#99)

    * camelCase getLabelPages
    
    * modified GetLabelPages interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6e23b31 View commit details
    Browse the repository at this point in the history
  7. camelCase getPages (#98)

    * camelCase getPages
    
    * modified GetPages interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d8dfab1 View commit details
    Browse the repository at this point in the history
  8. camelCase for getPageById (#97)

    * camelCase for getPageById
    
    * modified GetPageById interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3d6417c View commit details
    Browse the repository at this point in the history
  9. camelCase getPagesInSpace #75 (#96)

    * camelCase getPagesInSpace
    
    * interface GetPagesInSpace modified
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    977bdd1 View commit details
    Browse the repository at this point in the history
  10. camelCase for getSpaces #76 (#95)

    * camelCase for getSpaces
    
    * modified interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    85f014f View commit details
    Browse the repository at this point in the history
  11. camelCase descriptionFormat for getSpaceByID (#94)

    * camelCase descriptionFormat for getSpaceByID
    
    * modified interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    bf34f19 View commit details
    Browse the repository at this point in the history
  12. camelCase for getBlogPostVersions #78 (#93)

    * camelCase for getBlogPostVersions
    
    * modified interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c1340fe View commit details
    Browse the repository at this point in the history
  13. camelCase for getPageVersions #79 (#92)

    * camelCase for getPageVersions
    
    * interface modified
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f3f89be View commit details
    Browse the repository at this point in the history
  14. CamelCase for getCustomContentVersions #80 (#91)

    * CamelCase for getCustomContentVersions
    
    * modified interface
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6be4500 View commit details
    Browse the repository at this point in the history
  15. camelCase getFooterCommentVersions #81 (#90)

    * camelCase getFooterCommentVersions
    
    * getFooterCommentVersions interface modified
    frodri13 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a7ecc9c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. updated dash-cased to camelCase (#107)

    Co-authored-by: Kunal Virk <kvirk@ekcs.co>
    Kunal Virk and kunalvirkekcs authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    512f0a1 View commit details
    Browse the repository at this point in the history
  2. CamelCase in getInlineCommentById (#109)

    * CamelCase in getInlineCommentById
    
    * modified interface
    frodri13 authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    41c0692 View commit details
    Browse the repository at this point in the history
  3. CamelCase in getInlineCommentChildren (#108)

    * CamelCase in getInlineCommentChildren
    
    * modified interface
    frodri13 authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    210bd40 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. CamelCase in getFooterCommentChildren (#112)

    * CamelCase in getFooterCommentChildren
    
    * modified interface
    frodri13 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2d64254 View commit details
    Browse the repository at this point in the history
  2. CamelCase in getFooterCommentById (#111)

    * CamelCase in getFooterCommentById
    
    * modified interface
    frodri13 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    413b97b View commit details
    Browse the repository at this point in the history
  3. CamelCase in getBlogPostInlineComments (#113)

    * CamelCase in getBlogPostInlineComments
    
    * modified interface
    frodri13 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2777ef6 View commit details
    Browse the repository at this point in the history
  4. CamelCase in getBlogPostFooterComments (#114)

    * CamelCase in getBlogPostFooterComments
    
    * modified interface
    frodri13 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    5f19980 View commit details
    Browse the repository at this point in the history
  5. CamelCase in getPageInlineComments (#115)

    * CamelCase in getPageInlineComments
    
    * modified interface
    frodri13 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    80dc433 View commit details
    Browse the repository at this point in the history
  6. #110 next function added for version2 endpoints (#116)

    * #110 next function added for version2 endpoints
    
    * #110 tests renamed
    
    * code fixes
    MrRefactoring authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    3c73a29 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. getAll... methods added (#118)

    * getAll... methods added for attachment and space endpoints
    
    * getAll... methods added for blogPost endpoints
    
    * getAll... methods added for children and comments endpoints
    MrRefactoring authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    78169c0 View commit details
    Browse the repository at this point in the history