shortcut_client_ruby 0.0.4 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +74 -0
- data/README.md +31 -1986
- data/Rakefile +2 -0
- data/bin/update.rb +8 -4
- data/config.json +2 -1
- data/docs/BasicWorkspaceInfo.md +16 -4
- data/docs/Branch.md +34 -13
- data/docs/Category.md +30 -11
- data/docs/Commit.md +38 -15
- data/docs/CreateCategory.md +20 -6
- data/docs/CreateCategoryParams.md +18 -5
- data/docs/CreateCommentComment.md +22 -7
- data/docs/CreateEntityTemplate.md +18 -5
- data/docs/CreateEpic.md +46 -19
- data/docs/CreateEpicComment.md +22 -7
- data/docs/CreateGroup.md +28 -10
- data/docs/CreateIteration.md +26 -9
- data/docs/CreateLabelParams.md +20 -6
- data/docs/CreateLinkedFile.md +30 -11
- data/docs/CreateMilestone.md +24 -8
- data/docs/CreateOrDeleteStoryReaction.md +14 -3
- data/docs/CreateProject.md +34 -13
- data/docs/CreateStories.md +14 -3
- data/docs/CreateStoryComment.md +22 -7
- data/docs/CreateStoryCommentParams.md +22 -7
- data/docs/CreateStoryContents.md +54 -23
- data/docs/CreateStoryLink.md +18 -5
- data/docs/CreateStoryLinkParams.md +18 -5
- data/docs/CreateStoryParams.md +66 -29
- data/docs/CreateTask.md +24 -8
- data/docs/CreateTaskParams.md +24 -8
- data/docs/DefaultApi.md +3569 -1641
- data/docs/DeleteStories.md +14 -3
- data/docs/EntityTemplate.md +28 -10
- data/docs/EntityTemplateTask.md +20 -6
- data/docs/Epic.md +88 -40
- data/docs/EpicSearchResults.md +20 -6
- data/docs/EpicSlim.md +86 -39
- data/docs/EpicState.md +30 -11
- data/docs/EpicStats.md +38 -15
- data/docs/EpicWorkflow.md +24 -8
- data/docs/GetEpicStories.md +14 -3
- data/docs/GetExternalLinkStoriesParams.md +14 -3
- data/docs/GetIterationStories.md +14 -3
- data/docs/GetLabelStories.md +14 -3
- data/docs/GetMember.md +14 -3
- data/docs/GetProjectStories.md +14 -3
- data/docs/Group.md +44 -18
- data/docs/History.md +30 -11
- data/docs/HistoryActionBranchCreate.md +22 -7
- data/docs/HistoryActionBranchMerge.md +22 -7
- data/docs/HistoryActionBranchPush.md +22 -7
- data/docs/HistoryActionLabelCreate.md +22 -7
- data/docs/HistoryActionLabelDelete.md +20 -6
- data/docs/HistoryActionLabelUpdate.md +18 -5
- data/docs/HistoryActionProjectUpdate.md +22 -7
- data/docs/HistoryActionPullRequest.md +24 -8
- data/docs/HistoryActionStoryCommentCreate.md +24 -8
- data/docs/HistoryActionStoryCreate.md +60 -26
- data/docs/HistoryActionStoryDelete.md +22 -7
- data/docs/HistoryActionStoryLinkCreate.md +24 -8
- data/docs/HistoryActionStoryLinkDelete.md +24 -8
- data/docs/HistoryActionStoryLinkUpdate.md +26 -9
- data/docs/HistoryActionStoryUpdate.md +26 -9
- data/docs/HistoryActionTaskCreate.md +30 -11
- data/docs/HistoryActionTaskDelete.md +20 -6
- data/docs/HistoryActionTaskUpdate.md +26 -9
- data/docs/HistoryChangesStory.md +60 -26
- data/docs/HistoryChangesStoryLink.md +18 -5
- data/docs/HistoryChangesTask.md +20 -6
- data/docs/HistoryReferenceBranch.md +20 -6
- data/docs/HistoryReferenceCommit.md +20 -6
- data/docs/HistoryReferenceEpic.md +20 -6
- data/docs/HistoryReferenceGeneral.md +18 -5
- data/docs/HistoryReferenceGroup.md +18 -5
- data/docs/HistoryReferenceIteration.md +20 -6
- data/docs/HistoryReferenceLabel.md +20 -6
- data/docs/HistoryReferenceProject.md +20 -6
- data/docs/HistoryReferenceStory.md +22 -7
- data/docs/HistoryReferenceStoryTask.md +18 -5
- data/docs/HistoryReferenceWorkflowState.md +20 -6
- data/docs/Icon.md +22 -7
- data/docs/Identity.md +18 -5
- data/docs/Iteration.md +48 -20
- data/docs/IterationSlim.md +46 -19
- data/docs/IterationStats.md +34 -13
- data/docs/Label.md +34 -13
- data/docs/LabelSlim.md +32 -12
- data/docs/LabelStats.md +42 -17
- data/docs/LinkedFile.md +44 -18
- data/docs/ListEpics.md +14 -3
- data/docs/ListGroupStories.md +16 -4
- data/docs/ListLabels.md +14 -3
- data/docs/ListMembers.md +14 -3
- data/docs/MaxSearchResultsExceededError.md +18 -5
- data/docs/Member.md +34 -13
- data/docs/MemberInfo.md +20 -6
- data/docs/Milestone.md +46 -19
- data/docs/MilestoneStats.md +18 -5
- data/docs/Profile.md +30 -11
- data/docs/Project.md +50 -21
- data/docs/ProjectStats.md +18 -5
- data/docs/PullRequest.md +56 -24
- data/docs/PullRequestLabel.md +22 -7
- data/docs/Repository.md +30 -11
- data/docs/Search.md +20 -6
- data/docs/SearchResults.md +16 -4
- data/docs/SearchStories.md +68 -30
- data/docs/Story.md +112 -52
- data/docs/StoryComment.md +40 -16
- data/docs/StoryContents.md +50 -21
- data/docs/StoryContentsTask.md +22 -7
- data/docs/StoryHistoryChangeAddsRemovesInt.md +16 -4
- data/docs/StoryHistoryChangeAddsRemovesUuid.md +16 -4
- data/docs/StoryHistoryChangeOldNewBool.md +16 -4
- data/docs/StoryHistoryChangeOldNewInt.md +16 -4
- data/docs/StoryHistoryChangeOldNewStr.md +16 -4
- data/docs/StoryHistoryChangeOldNewUuid.md +16 -4
- data/docs/StoryLink.md +28 -10
- data/docs/StoryReaction.md +16 -4
- data/docs/StorySearchResults.md +20 -6
- data/docs/StorySlim.md +108 -50
- data/docs/StoryStats.md +14 -3
- data/docs/Task.md +40 -16
- data/docs/ThreadedComment.md +38 -15
- data/docs/TypedStoryLink.md +30 -11
- data/docs/UnusableEntitlementError.md +18 -5
- data/docs/UpdateCategory.md +18 -5
- data/docs/UpdateComment.md +14 -3
- data/docs/UpdateEntityTemplate.md +16 -4
- data/docs/UpdateEpic.md +46 -19
- data/docs/UpdateFile.md +24 -8
- data/docs/UpdateGroup.md +30 -11
- data/docs/UpdateIteration.md +26 -9
- data/docs/UpdateLabel.md +20 -6
- data/docs/UpdateLinkedFile.md +28 -10
- data/docs/UpdateMilestone.md +28 -10
- data/docs/UpdateProject.md +30 -11
- data/docs/UpdateStories.md +54 -23
- data/docs/UpdateStory.md +64 -28
- data/docs/UpdateStoryComment.md +14 -3
- data/docs/UpdateStoryContents.md +54 -23
- data/docs/UpdateStoryLink.md +18 -5
- data/docs/UpdateTask.md +22 -7
- data/docs/UploadedFile.md +46 -19
- data/docs/Workflow.md +34 -13
- data/docs/WorkflowState.md +36 -14
- data/git_push.sh +11 -9
- data/lib/shortcut_client_ruby/api/default_api.rb +2119 -1248
- data/lib/shortcut_client_ruby/api_client.rb +143 -106
- data/lib/shortcut_client_ruby/api_error.rb +4 -4
- data/lib/shortcut_client_ruby/configuration.rb +163 -32
- data/lib/shortcut_client_ruby/models/basic_workspace_info.rb +26 -13
- data/lib/shortcut_client_ruby/models/branch.rb +35 -42
- data/lib/shortcut_client_ruby/models/category.rb +57 -28
- data/lib/shortcut_client_ruby/models/commit.rb +37 -44
- data/lib/shortcut_client_ruby/models/create_category.rb +90 -17
- data/lib/shortcut_client_ruby/models/create_category_params.rb +87 -14
- data/lib/shortcut_client_ruby/models/create_comment_comment.rb +57 -16
- data/lib/shortcut_client_ruby/models/create_entity_template.rb +46 -14
- data/lib/shortcut_client_ruby/models/create_epic.rb +86 -30
- data/lib/shortcut_client_ruby/models/create_epic_comment.rb +57 -16
- data/lib/shortcut_client_ruby/models/create_group.rb +104 -21
- data/lib/shortcut_client_ruby/models/create_iteration.rb +103 -18
- data/lib/shortcut_client_ruby/models/create_label_params.rb +97 -15
- data/lib/shortcut_client_ruby/models/create_linked_file.rb +110 -22
- data/lib/shortcut_client_ruby/models/create_milestone.rb +75 -19
- data/lib/shortcut_client_ruby/models/create_or_delete_story_reaction.rb +25 -12
- data/lib/shortcut_client_ruby/models/create_project.rb +104 -22
- data/lib/shortcut_client_ruby/models/create_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/create_story_comment.rb +48 -16
- data/lib/shortcut_client_ruby/models/create_story_comment_params.rb +48 -16
- data/lib/shortcut_client_ruby/models/create_story_contents.rb +57 -32
- data/lib/shortcut_client_ruby/models/create_story_link.rb +29 -16
- data/lib/shortcut_client_ruby/models/create_story_link_params.rb +29 -16
- data/lib/shortcut_client_ruby/models/create_story_params.rb +120 -40
- data/lib/shortcut_client_ruby/models/create_task.rb +30 -17
- data/lib/shortcut_client_ruby/models/create_task_params.rb +30 -17
- data/lib/shortcut_client_ruby/models/delete_stories.rb +35 -12
- data/lib/shortcut_client_ruby/models/entity_template.rb +32 -19
- data/lib/shortcut_client_ruby/models/entity_template_task.rb +28 -15
- data/lib/shortcut_client_ruby/models/epic.rb +62 -124
- data/lib/shortcut_client_ruby/models/epic_search_results.rb +28 -20
- data/lib/shortcut_client_ruby/models/epic_slim.rb +61 -123
- data/lib/shortcut_client_ruby/models/epic_state.rb +59 -20
- data/lib/shortcut_client_ruby/models/epic_stats.rb +37 -29
- data/lib/shortcut_client_ruby/models/epic_workflow.rb +30 -17
- data/lib/shortcut_client_ruby/models/get_epic_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/get_external_link_stories_params.rb +55 -12
- data/lib/shortcut_client_ruby/models/get_iteration_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/get_label_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/get_member.rb +25 -12
- data/lib/shortcut_client_ruby/models/get_project_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/group.rb +96 -37
- data/lib/shortcut_client_ruby/models/history.rb +35 -22
- data/lib/shortcut_client_ruby/models/history_action_branch_create.rb +31 -18
- data/lib/shortcut_client_ruby/models/history_action_branch_merge.rb +31 -18
- data/lib/shortcut_client_ruby/models/history_action_branch_push.rb +31 -18
- data/lib/shortcut_client_ruby/models/history_action_label_create.rb +61 -18
- data/lib/shortcut_client_ruby/models/history_action_label_delete.rb +30 -17
- data/lib/shortcut_client_ruby/models/history_action_label_update.rb +29 -16
- data/lib/shortcut_client_ruby/models/history_action_project_update.rb +61 -18
- data/lib/shortcut_client_ruby/models/history_action_pull_request.rb +62 -19
- data/lib/shortcut_client_ruby/models/history_action_story_comment_create.rb +62 -19
- data/lib/shortcut_client_ruby/models/history_action_story_create.rb +82 -39
- data/lib/shortcut_client_ruby/models/history_action_story_delete.rb +33 -20
- data/lib/shortcut_client_ruby/models/history_action_story_link_create.rb +34 -21
- data/lib/shortcut_client_ruby/models/history_action_story_link_delete.rb +34 -31
- data/lib/shortcut_client_ruby/models/history_action_story_link_update.rb +35 -22
- data/lib/shortcut_client_ruby/models/history_action_story_update.rb +65 -22
- data/lib/shortcut_client_ruby/models/history_action_task_create.rb +35 -22
- data/lib/shortcut_client_ruby/models/history_action_task_delete.rb +30 -17
- data/lib/shortcut_client_ruby/models/history_action_task_update.rb +33 -20
- data/lib/shortcut_client_ruby/models/history_changes_story.rb +48 -35
- data/lib/shortcut_client_ruby/models/history_changes_story_link.rb +27 -14
- data/lib/shortcut_client_ruby/models/history_changes_task.rb +28 -15
- data/lib/shortcut_client_ruby/models/history_reference_branch.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_commit.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_epic.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_general.rb +27 -14
- data/lib/shortcut_client_ruby/models/history_reference_group.rb +27 -14
- data/lib/shortcut_client_ruby/models/history_reference_iteration.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_label.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_project.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_story.rb +61 -18
- data/lib/shortcut_client_ruby/models/history_reference_story_task.rb +27 -14
- data/lib/shortcut_client_ruby/models/history_reference_workflow_state.rb +30 -17
- data/lib/shortcut_client_ruby/models/icon.rb +29 -16
- data/lib/shortcut_client_ruby/models/identity.rb +27 -24
- data/lib/shortcut_client_ruby/models/iteration.rb +42 -29
- data/lib/shortcut_client_ruby/models/iteration_slim.rb +41 -28
- data/lib/shortcut_client_ruby/models/iteration_stats.rb +35 -22
- data/lib/shortcut_client_ruby/models/label.rb +59 -45
- data/lib/shortcut_client_ruby/models/label_slim.rb +58 -44
- data/lib/shortcut_client_ruby/models/label_stats.rb +39 -26
- data/lib/shortcut_client_ruby/models/linked_file.rb +40 -47
- data/lib/shortcut_client_ruby/models/list_epics.rb +25 -12
- data/lib/shortcut_client_ruby/models/list_group_stories.rb +26 -13
- data/lib/shortcut_client_ruby/models/list_labels.rb +25 -12
- data/lib/shortcut_client_ruby/models/list_members.rb +25 -12
- data/lib/shortcut_client_ruby/models/max_search_results_exceeded_error.rb +31 -18
- data/lib/shortcut_client_ruby/models/member.rb +37 -34
- data/lib/shortcut_client_ruby/models/member_info.rb +28 -15
- data/lib/shortcut_client_ruby/models/milestone.rb +41 -48
- data/lib/shortcut_client_ruby/models/milestone_stats.rb +27 -14
- data/lib/shortcut_client_ruby/models/profile.rb +33 -35
- data/lib/shortcut_client_ruby/models/project.rb +67 -58
- data/lib/shortcut_client_ruby/models/project_stats.rb +27 -14
- data/lib/shortcut_client_ruby/models/pull_request.rb +46 -43
- data/lib/shortcut_client_ruby/models/pull_request_label.rb +59 -16
- data/lib/shortcut_client_ruby/models/repository.rb +33 -55
- data/lib/shortcut_client_ruby/models/search.rb +49 -17
- data/lib/shortcut_client_ruby/models/search_results.rb +26 -13
- data/lib/shortcut_client_ruby/models/search_stories.rb +105 -41
- data/lib/shortcut_client_ruby/models/story.rb +74 -131
- data/lib/shortcut_client_ruby/models/story_comment.rb +38 -40
- data/lib/shortcut_client_ruby/models/story_contents.rb +43 -30
- data/lib/shortcut_client_ruby/models/story_contents_task.rb +29 -16
- data/lib/shortcut_client_ruby/models/story_history_change_adds_removes_int.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_adds_removes_uuid.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_bool.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_int.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_str.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_uuid.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_link.rb +32 -19
- data/lib/shortcut_client_ruby/models/story_reaction.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_search_results.rb +28 -20
- data/lib/shortcut_client_ruby/models/story_slim.rb +72 -129
- data/lib/shortcut_client_ruby/models/story_stats.rb +25 -12
- data/lib/shortcut_client_ruby/models/task.rb +38 -40
- data/lib/shortcut_client_ruby/models/threaded_comment.rb +37 -29
- data/lib/shortcut_client_ruby/models/typed_story_link.rb +33 -20
- data/lib/shortcut_client_ruby/models/unusable_entitlement_error.rb +85 -16
- data/lib/shortcut_client_ruby/models/update_category.rb +68 -14
- data/lib/shortcut_client_ruby/models/update_comment.rb +25 -12
- data/lib/shortcut_client_ruby/models/update_entity_template.rb +41 -13
- data/lib/shortcut_client_ruby/models/update_epic.rb +82 -30
- data/lib/shortcut_client_ruby/models/update_file.rb +54 -17
- data/lib/shortcut_client_ruby/models/update_group.rb +97 -22
- data/lib/shortcut_client_ruby/models/update_iteration.rb +91 -18
- data/lib/shortcut_client_ruby/models/update_label.rb +78 -15
- data/lib/shortcut_client_ruby/models/update_linked_file.rb +101 -21
- data/lib/shortcut_client_ruby/models/update_milestone.rb +73 -21
- data/lib/shortcut_client_ruby/models/update_project.rb +98 -20
- data/lib/shortcut_client_ruby/models/update_stories.rb +83 -36
- data/lib/shortcut_client_ruby/models/update_story.rb +135 -41
- data/lib/shortcut_client_ruby/models/update_story_comment.rb +44 -12
- data/lib/shortcut_client_ruby/models/update_story_contents.rb +57 -32
- data/lib/shortcut_client_ruby/models/update_story_link.rb +29 -16
- data/lib/shortcut_client_ruby/models/update_task.rb +29 -16
- data/lib/shortcut_client_ruby/models/uploaded_file.rb +41 -53
- data/lib/shortcut_client_ruby/models/workflow.rb +35 -22
- data/lib/shortcut_client_ruby/models/workflow_state.rb +60 -26
- data/lib/shortcut_client_ruby/version.rb +5 -4
- data/lib/shortcut_client_ruby.rb +4 -4
- data/openapi-generator-cli.jar +0 -0
- data/shortcut_client_ruby-0.0.4.gem +0 -0
- data/shortcut_client_ruby.gemspec +7 -6
- data/spec/api/default_api_spec.rb +64 -63
- data/spec/api_client_spec.rb +7 -44
- data/spec/configuration_spec.rb +7 -6
- data/spec/models/basic_workspace_info_spec.rb +8 -14
- data/spec/models/branch_spec.rb +8 -14
- data/spec/models/category_spec.rb +8 -14
- data/spec/models/commit_spec.rb +8 -14
- data/spec/models/create_category_params_spec.rb +8 -14
- data/spec/models/create_category_spec.rb +9 -15
- data/spec/models/create_comment_comment_spec.rb +8 -14
- data/spec/models/create_entity_template_spec.rb +8 -14
- data/spec/models/create_epic_comment_spec.rb +8 -14
- data/spec/models/create_epic_spec.rb +9 -15
- data/spec/models/create_group_spec.rb +9 -15
- data/spec/models/create_iteration_spec.rb +8 -14
- data/spec/models/create_label_params_spec.rb +8 -14
- data/spec/models/create_linked_file_spec.rb +9 -15
- data/spec/models/create_milestone_spec.rb +9 -15
- data/spec/models/create_or_delete_story_reaction_spec.rb +8 -14
- data/spec/models/create_project_spec.rb +8 -14
- data/spec/models/create_stories_spec.rb +8 -14
- data/spec/models/create_story_comment_params_spec.rb +8 -14
- data/spec/models/create_story_comment_spec.rb +8 -14
- data/spec/models/create_story_contents_spec.rb +8 -14
- data/spec/models/create_story_link_params_spec.rb +9 -15
- data/spec/models/create_story_link_spec.rb +9 -15
- data/spec/models/create_story_params_spec.rb +9 -15
- data/spec/models/create_task_params_spec.rb +8 -14
- data/spec/models/create_task_spec.rb +8 -14
- data/spec/models/delete_stories_spec.rb +8 -14
- data/spec/models/entity_template_spec.rb +8 -14
- data/spec/models/entity_template_task_spec.rb +8 -14
- data/spec/models/epic_search_results_spec.rb +8 -14
- data/spec/models/epic_slim_spec.rb +8 -14
- data/spec/models/epic_spec.rb +8 -14
- data/spec/models/epic_state_spec.rb +8 -14
- data/spec/models/epic_stats_spec.rb +8 -14
- data/spec/models/epic_workflow_spec.rb +8 -14
- data/spec/models/get_epic_stories_spec.rb +8 -14
- data/spec/models/get_external_link_stories_params_spec.rb +8 -14
- data/spec/models/get_iteration_stories_spec.rb +8 -14
- data/spec/models/get_label_stories_spec.rb +8 -14
- data/spec/models/get_member_spec.rb +8 -14
- data/spec/models/get_project_stories_spec.rb +8 -14
- data/spec/models/group_spec.rb +9 -15
- data/spec/models/history_action_branch_create_spec.rb +9 -15
- data/spec/models/history_action_branch_merge_spec.rb +9 -15
- data/spec/models/history_action_branch_push_spec.rb +9 -15
- data/spec/models/history_action_label_create_spec.rb +9 -15
- data/spec/models/history_action_label_delete_spec.rb +9 -15
- data/spec/models/history_action_label_update_spec.rb +9 -15
- data/spec/models/history_action_project_update_spec.rb +9 -15
- data/spec/models/history_action_pull_request_spec.rb +9 -15
- data/spec/models/history_action_story_comment_create_spec.rb +9 -15
- data/spec/models/history_action_story_create_spec.rb +10 -16
- data/spec/models/history_action_story_delete_spec.rb +10 -16
- data/spec/models/history_action_story_link_create_spec.rb +10 -16
- data/spec/models/history_action_story_link_delete_spec.rb +10 -16
- data/spec/models/history_action_story_link_update_spec.rb +10 -16
- data/spec/models/history_action_story_update_spec.rb +10 -16
- data/spec/models/history_action_task_create_spec.rb +9 -15
- data/spec/models/history_action_task_delete_spec.rb +9 -15
- data/spec/models/history_action_task_update_spec.rb +9 -15
- data/spec/models/history_changes_story_link_spec.rb +8 -14
- data/spec/models/history_changes_story_spec.rb +8 -14
- data/spec/models/history_changes_task_spec.rb +8 -14
- data/spec/models/history_reference_branch_spec.rb +8 -14
- data/spec/models/history_reference_commit_spec.rb +8 -14
- data/spec/models/history_reference_epic_spec.rb +8 -14
- data/spec/models/history_reference_general_spec.rb +8 -14
- data/spec/models/history_reference_group_spec.rb +8 -14
- data/spec/models/history_reference_iteration_spec.rb +8 -14
- data/spec/models/history_reference_label_spec.rb +8 -14
- data/spec/models/history_reference_project_spec.rb +8 -14
- data/spec/models/history_reference_story_spec.rb +9 -15
- data/spec/models/history_reference_story_task_spec.rb +8 -14
- data/spec/models/history_reference_workflow_state_spec.rb +9 -15
- data/spec/models/history_spec.rb +9 -15
- data/spec/models/icon_spec.rb +8 -14
- data/spec/models/identity_spec.rb +8 -14
- data/spec/models/iteration_slim_spec.rb +8 -14
- data/spec/models/iteration_spec.rb +8 -14
- data/spec/models/iteration_stats_spec.rb +8 -14
- data/spec/models/label_slim_spec.rb +8 -14
- data/spec/models/label_spec.rb +8 -14
- data/spec/models/label_stats_spec.rb +8 -14
- data/spec/models/linked_file_spec.rb +8 -14
- data/spec/models/list_epics_spec.rb +8 -14
- data/spec/models/list_group_stories_spec.rb +8 -14
- data/spec/models/list_labels_spec.rb +8 -14
- data/spec/models/list_members_spec.rb +8 -14
- data/spec/models/max_search_results_exceeded_error_spec.rb +11 -17
- data/spec/models/member_info_spec.rb +8 -14
- data/spec/models/member_spec.rb +9 -15
- data/spec/models/milestone_spec.rb +8 -14
- data/spec/models/milestone_stats_spec.rb +8 -14
- data/spec/models/profile_spec.rb +8 -14
- data/spec/models/project_spec.rb +8 -14
- data/spec/models/project_stats_spec.rb +8 -14
- data/spec/models/pull_request_label_spec.rb +8 -14
- data/spec/models/pull_request_spec.rb +8 -14
- data/spec/models/repository_spec.rb +8 -14
- data/spec/models/search_results_spec.rb +8 -14
- data/spec/models/search_spec.rb +9 -15
- data/spec/models/search_stories_spec.rb +10 -16
- data/spec/models/story_comment_spec.rb +8 -14
- data/spec/models/story_contents_spec.rb +8 -14
- data/spec/models/story_contents_task_spec.rb +8 -14
- data/spec/models/story_history_change_adds_removes_int_spec.rb +8 -14
- data/spec/models/story_history_change_adds_removes_uuid_spec.rb +8 -14
- data/spec/models/story_history_change_old_new_bool_spec.rb +8 -14
- data/spec/models/story_history_change_old_new_int_spec.rb +8 -14
- data/spec/models/story_history_change_old_new_str_spec.rb +8 -14
- data/spec/models/story_history_change_old_new_uuid_spec.rb +8 -14
- data/spec/models/story_link_spec.rb +8 -14
- data/spec/models/story_reaction_spec.rb +8 -14
- data/spec/models/story_search_results_spec.rb +8 -14
- data/spec/models/story_slim_spec.rb +8 -14
- data/spec/models/story_spec.rb +8 -14
- data/spec/models/story_stats_spec.rb +8 -14
- data/spec/models/task_spec.rb +8 -14
- data/spec/models/threaded_comment_spec.rb +8 -14
- data/spec/models/typed_story_link_spec.rb +8 -14
- data/spec/models/unusable_entitlement_error_spec.rb +9 -15
- data/spec/models/update_category_spec.rb +8 -14
- data/spec/models/update_comment_spec.rb +8 -14
- data/spec/models/update_entity_template_spec.rb +8 -14
- data/spec/models/update_epic_spec.rb +9 -15
- data/spec/models/update_file_spec.rb +8 -14
- data/spec/models/update_group_spec.rb +9 -15
- data/spec/models/update_iteration_spec.rb +8 -14
- data/spec/models/update_label_spec.rb +8 -14
- data/spec/models/update_linked_file_spec.rb +9 -15
- data/spec/models/update_milestone_spec.rb +9 -15
- data/spec/models/update_project_spec.rb +8 -14
- data/spec/models/update_stories_spec.rb +10 -16
- data/spec/models/update_story_comment_spec.rb +8 -14
- data/spec/models/update_story_contents_spec.rb +8 -14
- data/spec/models/update_story_link_spec.rb +9 -15
- data/spec/models/update_story_spec.rb +10 -16
- data/spec/models/update_task_spec.rb +8 -14
- data/spec/models/uploaded_file_spec.rb +8 -14
- data/spec/models/workflow_spec.rb +8 -14
- data/spec/models/workflow_state_spec.rb +8 -14
- data/spec/spec_helper.rb +4 -3
- metadata +18 -30
- data/docs/V3FilesBody.md +0 -11
- data/lib/shortcut/client/ruby/version.rb +0 -9
- data/lib/shortcut/client/ruby.rb +0 -12
- data/lib/shortcut_client_ruby/models/v3_files_body.rb +0 -252
- data/shortcut-client-ruby.gemspec +0 -36
- data/spec/base_object_spec.rb +0 -109
- data/spec/models/v3_files_body_spec.rb +0 -64
@@ -3,22 +3,23 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'spec_helper'
|
13
14
|
require 'json'
|
14
15
|
|
15
16
|
# Unit tests for Shortcut::DefaultApi
|
16
|
-
# Automatically generated by
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
17
18
|
# Please update as you see appropriate
|
18
19
|
describe 'DefaultApi' do
|
19
20
|
before do
|
20
21
|
# run before each test
|
21
|
-
@
|
22
|
+
@api_instance = Shortcut::DefaultApi.new
|
22
23
|
end
|
23
24
|
|
24
25
|
after do
|
@@ -27,14 +28,14 @@ describe 'DefaultApi' do
|
|
27
28
|
|
28
29
|
describe 'test an instance of DefaultApi' do
|
29
30
|
it 'should create an instance of DefaultApi' do
|
30
|
-
expect(@
|
31
|
+
expect(@api_instance).to be_instance_of(Shortcut::DefaultApi)
|
31
32
|
end
|
32
33
|
end
|
33
34
|
|
34
35
|
# unit tests for create_category
|
35
36
|
# Create Category
|
36
37
|
# Create Category allows you to create a new Category in Shortcut.
|
37
|
-
# @param
|
38
|
+
# @param create_category
|
38
39
|
# @param [Hash] opts the optional parameters
|
39
40
|
# @return [Category]
|
40
41
|
describe 'create_category test' do
|
@@ -46,7 +47,7 @@ describe 'DefaultApi' do
|
|
46
47
|
# unit tests for create_entity_template
|
47
48
|
# Create Entity Template
|
48
49
|
# Create a new entity template for your organization.
|
49
|
-
# @param
|
50
|
+
# @param create_entity_template Request paramaters for creating an entirely new entity template.
|
50
51
|
# @param [Hash] opts the optional parameters
|
51
52
|
# @return [EntityTemplate]
|
52
53
|
describe 'create_entity_template test' do
|
@@ -58,7 +59,7 @@ describe 'DefaultApi' do
|
|
58
59
|
# unit tests for create_epic
|
59
60
|
# Create Epic
|
60
61
|
# Create Epic allows you to create a new Epic in Shortcut.
|
61
|
-
# @param
|
62
|
+
# @param create_epic
|
62
63
|
# @param [Hash] opts the optional parameters
|
63
64
|
# @return [Epic]
|
64
65
|
describe 'create_epic test' do
|
@@ -70,8 +71,8 @@ describe 'DefaultApi' do
|
|
70
71
|
# unit tests for create_epic_comment
|
71
72
|
# Create Epic Comment
|
72
73
|
# This endpoint allows you to create a threaded Comment on an Epic.
|
73
|
-
# @param body
|
74
74
|
# @param epic_public_id The ID of the associated Epic.
|
75
|
+
# @param create_epic_comment
|
75
76
|
# @param [Hash] opts the optional parameters
|
76
77
|
# @return [ThreadedComment]
|
77
78
|
describe 'create_epic_comment test' do
|
@@ -83,9 +84,9 @@ describe 'DefaultApi' do
|
|
83
84
|
# unit tests for create_epic_comment_comment
|
84
85
|
# Create Epic Comment Comment
|
85
86
|
# This endpoint allows you to create a nested Comment reply to an existing Epic Comment.
|
86
|
-
# @param body
|
87
87
|
# @param epic_public_id The ID of the associated Epic.
|
88
88
|
# @param comment_public_id The ID of the parent Epic Comment.
|
89
|
+
# @param create_comment_comment
|
89
90
|
# @param [Hash] opts the optional parameters
|
90
91
|
# @return [ThreadedComment]
|
91
92
|
describe 'create_epic_comment_comment test' do
|
@@ -96,7 +97,7 @@ describe 'DefaultApi' do
|
|
96
97
|
|
97
98
|
# unit tests for create_group
|
98
99
|
# Create Group
|
99
|
-
# @param
|
100
|
+
# @param create_group
|
100
101
|
# @param [Hash] opts the optional parameters
|
101
102
|
# @return [Group]
|
102
103
|
describe 'create_group test' do
|
@@ -107,7 +108,7 @@ describe 'DefaultApi' do
|
|
107
108
|
|
108
109
|
# unit tests for create_iteration
|
109
110
|
# Create Iteration
|
110
|
-
# @param
|
111
|
+
# @param create_iteration
|
111
112
|
# @param [Hash] opts the optional parameters
|
112
113
|
# @return [Iteration]
|
113
114
|
describe 'create_iteration test' do
|
@@ -119,7 +120,7 @@ describe 'DefaultApi' do
|
|
119
120
|
# unit tests for create_label
|
120
121
|
# Create Label
|
121
122
|
# Create Label allows you to create a new Label in Shortcut.
|
122
|
-
# @param
|
123
|
+
# @param create_label_params Request parameters for creating a Label on a Shortcut Story.
|
123
124
|
# @param [Hash] opts the optional parameters
|
124
125
|
# @return [Label]
|
125
126
|
describe 'create_label test' do
|
@@ -131,7 +132,7 @@ describe 'DefaultApi' do
|
|
131
132
|
# unit tests for create_linked_file
|
132
133
|
# Create Linked File
|
133
134
|
# Create Linked File allows you to create a new Linked File in Shortcut.
|
134
|
-
# @param
|
135
|
+
# @param create_linked_file
|
135
136
|
# @param [Hash] opts the optional parameters
|
136
137
|
# @return [LinkedFile]
|
137
138
|
describe 'create_linked_file test' do
|
@@ -143,7 +144,7 @@ describe 'DefaultApi' do
|
|
143
144
|
# unit tests for create_milestone
|
144
145
|
# Create Milestone
|
145
146
|
# Create Milestone allows you to create a new Milestone in Shortcut.
|
146
|
-
# @param
|
147
|
+
# @param create_milestone
|
147
148
|
# @param [Hash] opts the optional parameters
|
148
149
|
# @return [Milestone]
|
149
150
|
describe 'create_milestone test' do
|
@@ -155,7 +156,7 @@ describe 'DefaultApi' do
|
|
155
156
|
# unit tests for create_multiple_stories
|
156
157
|
# Create Multiple Stories
|
157
158
|
# Create Multiple Stories allows you to create multiple stories in a single request using the same syntax as [Create Story](https://shortcut.com/api/#create-story).
|
158
|
-
# @param
|
159
|
+
# @param create_stories
|
159
160
|
# @param [Hash] opts the optional parameters
|
160
161
|
# @return [Array<StorySlim>]
|
161
162
|
describe 'create_multiple_stories test' do
|
@@ -167,7 +168,7 @@ describe 'DefaultApi' do
|
|
167
168
|
# unit tests for create_project
|
168
169
|
# Create Project
|
169
170
|
# Create Project is used to create a new Shortcut Project.
|
170
|
-
# @param
|
171
|
+
# @param create_project
|
171
172
|
# @param [Hash] opts the optional parameters
|
172
173
|
# @return [Project]
|
173
174
|
describe 'create_project test' do
|
@@ -179,7 +180,7 @@ describe 'DefaultApi' do
|
|
179
180
|
# unit tests for create_story
|
180
181
|
# Create Story
|
181
182
|
# Create Story is used to add a new story to your Shortcut.
|
182
|
-
# @param
|
183
|
+
# @param create_story_params Request parameters for creating a story.
|
183
184
|
# @param [Hash] opts the optional parameters
|
184
185
|
# @return [Story]
|
185
186
|
describe 'create_story test' do
|
@@ -191,8 +192,8 @@ describe 'DefaultApi' do
|
|
191
192
|
# unit tests for create_story_comment
|
192
193
|
# Create Story Comment
|
193
194
|
# Create Comment allows you to create a Comment on any Story.
|
194
|
-
# @param body
|
195
195
|
# @param story_public_id The ID of the Story that the Comment is in.
|
196
|
+
# @param create_story_comment
|
196
197
|
# @param [Hash] opts the optional parameters
|
197
198
|
# @return [StoryComment]
|
198
199
|
describe 'create_story_comment test' do
|
@@ -204,7 +205,7 @@ describe 'DefaultApi' do
|
|
204
205
|
# unit tests for create_story_link
|
205
206
|
# Create Story Link
|
206
207
|
# Story Links (called Story Relationships in the UI) allow you create semantic relationships between two stories. The parameters read like an active voice grammatical sentence: subject -> verb -> object. The subject story acts on the object Story; the object story is the direct object of the sentence. The subject story \"blocks\", \"duplicates\", or \"relates to\" the object story. Examples: - \"story 5 blocks story 6” -- story 6 is now \"blocked\" until story 5 is moved to a Done workflow state. - \"story 2 duplicates story 1” -- Story 2 represents the same body of work as Story 1 (and should probably be archived). - \"story 7 relates to story 3”
|
207
|
-
# @param
|
208
|
+
# @param create_story_link
|
208
209
|
# @param [Hash] opts the optional parameters
|
209
210
|
# @return [StoryLink]
|
210
211
|
describe 'create_story_link test' do
|
@@ -216,9 +217,9 @@ describe 'DefaultApi' do
|
|
216
217
|
# unit tests for create_story_reaction
|
217
218
|
# Create Story Reaction
|
218
219
|
# Create a reaction to a story comment.
|
219
|
-
# @param body
|
220
220
|
# @param story_public_id The ID of the Story that the Comment is in.
|
221
221
|
# @param comment_public_id The ID of the Comment.
|
222
|
+
# @param create_or_delete_story_reaction
|
222
223
|
# @param [Hash] opts the optional parameters
|
223
224
|
# @return [Array<StoryReaction>]
|
224
225
|
describe 'create_story_reaction test' do
|
@@ -230,8 +231,8 @@ describe 'DefaultApi' do
|
|
230
231
|
# unit tests for create_task
|
231
232
|
# Create Task
|
232
233
|
# Create Task is used to create a new task in a Story.
|
233
|
-
# @param body
|
234
234
|
# @param story_public_id The ID of the Story that the Task will be in.
|
235
|
+
# @param create_task
|
235
236
|
# @param [Hash] opts the optional parameters
|
236
237
|
# @return [Task]
|
237
238
|
describe 'create_task test' do
|
@@ -350,7 +351,7 @@ describe 'DefaultApi' do
|
|
350
351
|
# unit tests for delete_multiple_stories
|
351
352
|
# Delete Multiple Stories
|
352
353
|
# Delete Multiple Stories allows you to delete multiple archived stories at once.
|
353
|
-
# @param
|
354
|
+
# @param delete_stories
|
354
355
|
# @param [Hash] opts the optional parameters
|
355
356
|
# @return [nil]
|
356
357
|
describe 'delete_multiple_stories test' do
|
@@ -411,9 +412,9 @@ describe 'DefaultApi' do
|
|
411
412
|
# unit tests for delete_story_reaction
|
412
413
|
# Delete Story Reaction
|
413
414
|
# Delete a reaction from any story comment.
|
414
|
-
# @param body
|
415
415
|
# @param story_public_id The ID of the Story that the Comment is in.
|
416
416
|
# @param comment_public_id The ID of the Comment.
|
417
|
+
# @param create_or_delete_story_reaction
|
417
418
|
# @param [Hash] opts the optional parameters
|
418
419
|
# @return [nil]
|
419
420
|
describe 'delete_story_reaction test' do
|
@@ -575,7 +576,7 @@ describe 'DefaultApi' do
|
|
575
576
|
# unit tests for get_external_link_stories
|
576
577
|
# Get External Link Stories
|
577
578
|
# Get Stories which have a given External Link associated with them.
|
578
|
-
# @param
|
579
|
+
# @param get_external_link_stories_params
|
579
580
|
# @param [Hash] opts the optional parameters
|
580
581
|
# @return [Array<StorySlim>]
|
581
582
|
describe 'get_external_link_stories test' do
|
@@ -645,8 +646,8 @@ describe 'DefaultApi' do
|
|
645
646
|
# unit tests for get_member
|
646
647
|
# Get Member
|
647
648
|
# Returns information about a Member.
|
648
|
-
# @param
|
649
|
-
# @param
|
649
|
+
# @param member_public_id The Member's unique ID.
|
650
|
+
# @param get_member
|
650
651
|
# @param [Hash] opts the optional parameters
|
651
652
|
# @return [Member]
|
652
653
|
describe 'get_member test' do
|
@@ -802,8 +803,8 @@ describe 'DefaultApi' do
|
|
802
803
|
# unit tests for list_epic_stories
|
803
804
|
# List Epic Stories
|
804
805
|
# Get a list of all Stories in an Epic.
|
805
|
-
# @param body
|
806
806
|
# @param epic_public_id The unique ID of the Epic.
|
807
|
+
# @param get_epic_stories
|
807
808
|
# @param [Hash] opts the optional parameters
|
808
809
|
# @return [Array<StorySlim>]
|
809
810
|
describe 'list_epic_stories test' do
|
@@ -815,7 +816,7 @@ describe 'DefaultApi' do
|
|
815
816
|
# unit tests for list_epics
|
816
817
|
# List Epics
|
817
818
|
# List Epics returns a list of all Epics and their attributes.
|
818
|
-
# @param
|
819
|
+
# @param list_epics
|
819
820
|
# @param [Hash] opts the optional parameters
|
820
821
|
# @return [Array<EpicSlim>]
|
821
822
|
describe 'list_epics test' do
|
@@ -838,8 +839,8 @@ describe 'DefaultApi' do
|
|
838
839
|
# unit tests for list_group_stories
|
839
840
|
# List Group Stories
|
840
841
|
# List the Stories assigned to the Group. (By default, limited to 1,000).
|
841
|
-
# @param body
|
842
842
|
# @param group_public_id The unique ID of the Group.
|
843
|
+
# @param list_group_stories
|
843
844
|
# @param [Hash] opts the optional parameters
|
844
845
|
# @return [Array<StorySlim>]
|
845
846
|
describe 'list_group_stories test' do
|
@@ -862,8 +863,8 @@ describe 'DefaultApi' do
|
|
862
863
|
# unit tests for list_iteration_stories
|
863
864
|
# List Iteration Stories
|
864
865
|
# Get a list of all Stories in an Iteration.
|
865
|
-
# @param body
|
866
866
|
# @param iteration_public_id The unique ID of the Iteration.
|
867
|
+
# @param get_iteration_stories
|
867
868
|
# @param [Hash] opts the optional parameters
|
868
869
|
# @return [Array<StorySlim>]
|
869
870
|
describe 'list_iteration_stories test' do
|
@@ -897,8 +898,8 @@ describe 'DefaultApi' do
|
|
897
898
|
# unit tests for list_label_stories
|
898
899
|
# List Label Stories
|
899
900
|
# List all of the Stories with the Label.
|
900
|
-
# @param body
|
901
901
|
# @param label_public_id The unique ID of the Label.
|
902
|
+
# @param get_label_stories
|
902
903
|
# @param [Hash] opts the optional parameters
|
903
904
|
# @return [Array<StorySlim>]
|
904
905
|
describe 'list_label_stories test' do
|
@@ -910,7 +911,7 @@ describe 'DefaultApi' do
|
|
910
911
|
# unit tests for list_labels
|
911
912
|
# List Labels
|
912
913
|
# List Labels returns a list of all Labels and their attributes.
|
913
|
-
# @param
|
914
|
+
# @param list_labels
|
914
915
|
# @param [Hash] opts the optional parameters
|
915
916
|
# @return [Array<Label>]
|
916
917
|
describe 'list_labels test' do
|
@@ -933,7 +934,7 @@ describe 'DefaultApi' do
|
|
933
934
|
# unit tests for list_members
|
934
935
|
# List Members
|
935
936
|
# List Members returns information about members of the organization.
|
936
|
-
# @param
|
937
|
+
# @param list_members
|
937
938
|
# @param [Hash] opts the optional parameters
|
938
939
|
# @return [Array<Member>]
|
939
940
|
describe 'list_members test' do
|
@@ -990,8 +991,8 @@ describe 'DefaultApi' do
|
|
990
991
|
# unit tests for list_stories
|
991
992
|
# List Stories
|
992
993
|
# List Stories returns a list of all Stories in a selected Project and their attributes.
|
993
|
-
# @param body
|
994
994
|
# @param project_public_id The unique ID of the Project.
|
995
|
+
# @param get_project_stories
|
995
996
|
# @param [Hash] opts the optional parameters
|
996
997
|
# @return [Array<StorySlim>]
|
997
998
|
describe 'list_stories test' do
|
@@ -1014,7 +1015,7 @@ describe 'DefaultApi' do
|
|
1014
1015
|
# unit tests for search
|
1015
1016
|
# Search
|
1016
1017
|
# Search lets you search Epics and Stories based on desired parameters. Since ordering of the results can change over time (due to search ranking decay, new Epics and Stories being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering.
|
1017
|
-
# @param
|
1018
|
+
# @param search
|
1018
1019
|
# @param [Hash] opts the optional parameters
|
1019
1020
|
# @return [SearchResults]
|
1020
1021
|
describe 'search test' do
|
@@ -1026,7 +1027,7 @@ describe 'DefaultApi' do
|
|
1026
1027
|
# unit tests for search_epics
|
1027
1028
|
# Search Epics
|
1028
1029
|
# Search Epics lets you search Epics based on desired parameters. Since ordering of stories can change over time (due to search ranking decay, new Epics being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering.
|
1029
|
-
# @param
|
1030
|
+
# @param search
|
1030
1031
|
# @param [Hash] opts the optional parameters
|
1031
1032
|
# @return [EpicSearchResults]
|
1032
1033
|
describe 'search_epics test' do
|
@@ -1038,7 +1039,7 @@ describe 'DefaultApi' do
|
|
1038
1039
|
# unit tests for search_stories
|
1039
1040
|
# Search Stories
|
1040
1041
|
# Search Stories lets you search Stories based on desired parameters. Since ordering of stories can change over time (due to search ranking decay, new stories being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering.
|
1041
|
-
# @param
|
1042
|
+
# @param search
|
1042
1043
|
# @param [Hash] opts the optional parameters
|
1043
1044
|
# @return [StorySearchResults]
|
1044
1045
|
describe 'search_stories test' do
|
@@ -1050,7 +1051,7 @@ describe 'DefaultApi' do
|
|
1050
1051
|
# unit tests for search_stories_old
|
1051
1052
|
# Search Stories (Old)
|
1052
1053
|
# Search Stories lets you search Stories based on desired parameters.
|
1053
|
-
# @param
|
1054
|
+
# @param search_stories
|
1054
1055
|
# @param [Hash] opts the optional parameters
|
1055
1056
|
# @return [Array<StorySlim>]
|
1056
1057
|
describe 'search_stories_old test' do
|
@@ -1085,8 +1086,8 @@ describe 'DefaultApi' do
|
|
1085
1086
|
# unit tests for update_category
|
1086
1087
|
# Update Category
|
1087
1088
|
# Update Category allows you to replace a Category name with another name. If you try to name a Category something that already exists, you will receive a 422 response.
|
1088
|
-
# @param body
|
1089
1089
|
# @param category_public_id The unique ID of the Category you wish to update.
|
1090
|
+
# @param update_category
|
1090
1091
|
# @param [Hash] opts the optional parameters
|
1091
1092
|
# @return [Category]
|
1092
1093
|
describe 'update_category test' do
|
@@ -1097,9 +1098,9 @@ describe 'DefaultApi' do
|
|
1097
1098
|
|
1098
1099
|
# unit tests for update_entity_template
|
1099
1100
|
# Update Entity Template
|
1100
|
-
# Update an entity template&#
|
1101
|
-
# @param body Request parameters for changing either a template's name or any of the attributes it is designed to pre-populate.
|
1101
|
+
# Update an entity template's name or its contents.
|
1102
1102
|
# @param entity_template_public_id The unique ID of the template to be updated.
|
1103
|
+
# @param update_entity_template Request parameters for changing either a template's name or any of the attributes it is designed to pre-populate.
|
1103
1104
|
# @param [Hash] opts the optional parameters
|
1104
1105
|
# @return [EntityTemplate]
|
1105
1106
|
describe 'update_entity_template test' do
|
@@ -1111,8 +1112,8 @@ describe 'DefaultApi' do
|
|
1111
1112
|
# unit tests for update_epic
|
1112
1113
|
# Update Epic
|
1113
1114
|
# Update Epic can be used to update numerous fields in the Epic. The only required parameter is Epic ID, which can be found in the Shortcut UI.
|
1114
|
-
# @param body
|
1115
1115
|
# @param epic_public_id The unique ID of the Epic.
|
1116
|
+
# @param update_epic
|
1116
1117
|
# @param [Hash] opts the optional parameters
|
1117
1118
|
# @return [Epic]
|
1118
1119
|
describe 'update_epic test' do
|
@@ -1124,9 +1125,9 @@ describe 'DefaultApi' do
|
|
1124
1125
|
# unit tests for update_epic_comment
|
1125
1126
|
# Update Epic Comment
|
1126
1127
|
# This endpoint allows you to update a threaded Comment on an Epic.
|
1127
|
-
# @param body
|
1128
1128
|
# @param epic_public_id The ID of the associated Epic.
|
1129
1129
|
# @param comment_public_id The ID of the Comment.
|
1130
|
+
# @param update_comment
|
1130
1131
|
# @param [Hash] opts the optional parameters
|
1131
1132
|
# @return [ThreadedComment]
|
1132
1133
|
describe 'update_epic_comment test' do
|
@@ -1138,8 +1139,8 @@ describe 'DefaultApi' do
|
|
1138
1139
|
# unit tests for update_file
|
1139
1140
|
# Update File
|
1140
1141
|
# Update File updates the properties of an UploadedFile (but not its content).
|
1141
|
-
# @param body
|
1142
1142
|
# @param file_public_id The unique ID assigned to the file in Shortcut.
|
1143
|
+
# @param update_file
|
1143
1144
|
# @param [Hash] opts the optional parameters
|
1144
1145
|
# @return [UploadedFile]
|
1145
1146
|
describe 'update_file test' do
|
@@ -1150,8 +1151,8 @@ describe 'DefaultApi' do
|
|
1150
1151
|
|
1151
1152
|
# unit tests for update_group
|
1152
1153
|
# Update Group
|
1153
|
-
# @param body
|
1154
1154
|
# @param group_public_id The unique ID of the Group.
|
1155
|
+
# @param update_group
|
1155
1156
|
# @param [Hash] opts the optional parameters
|
1156
1157
|
# @return [Group]
|
1157
1158
|
describe 'update_group test' do
|
@@ -1162,8 +1163,8 @@ describe 'DefaultApi' do
|
|
1162
1163
|
|
1163
1164
|
# unit tests for update_iteration
|
1164
1165
|
# Update Iteration
|
1165
|
-
# @param body
|
1166
1166
|
# @param iteration_public_id The unique ID of the Iteration.
|
1167
|
+
# @param update_iteration
|
1167
1168
|
# @param [Hash] opts the optional parameters
|
1168
1169
|
# @return [Iteration]
|
1169
1170
|
describe 'update_iteration test' do
|
@@ -1175,8 +1176,8 @@ describe 'DefaultApi' do
|
|
1175
1176
|
# unit tests for update_label
|
1176
1177
|
# Update Label
|
1177
1178
|
# Update Label allows you to replace a Label name with another name. If you try to name a Label something that already exists, you will receive a 422 response.
|
1178
|
-
# @param body
|
1179
1179
|
# @param label_public_id The unique ID of the Label you wish to update.
|
1180
|
+
# @param update_label
|
1180
1181
|
# @param [Hash] opts the optional parameters
|
1181
1182
|
# @return [Label]
|
1182
1183
|
describe 'update_label test' do
|
@@ -1188,8 +1189,8 @@ describe 'DefaultApi' do
|
|
1188
1189
|
# unit tests for update_linked_file
|
1189
1190
|
# Update Linked File
|
1190
1191
|
# Updated Linked File allows you to update properties of a previously attached Linked-File.
|
1191
|
-
# @param body
|
1192
1192
|
# @param linked_file_public_id The unique identifier of the linked file.
|
1193
|
+
# @param update_linked_file
|
1193
1194
|
# @param [Hash] opts the optional parameters
|
1194
1195
|
# @return [LinkedFile]
|
1195
1196
|
describe 'update_linked_file test' do
|
@@ -1201,8 +1202,8 @@ describe 'DefaultApi' do
|
|
1201
1202
|
# unit tests for update_milestone
|
1202
1203
|
# Update Milestone
|
1203
1204
|
# Update Milestone can be used to update Milestone properties.
|
1204
|
-
# @param body
|
1205
1205
|
# @param milestone_public_id The ID of the Milestone.
|
1206
|
+
# @param update_milestone
|
1206
1207
|
# @param [Hash] opts the optional parameters
|
1207
1208
|
# @return [Milestone]
|
1208
1209
|
describe 'update_milestone test' do
|
@@ -1214,7 +1215,7 @@ describe 'DefaultApi' do
|
|
1214
1215
|
# unit tests for update_multiple_stories
|
1215
1216
|
# Update Multiple Stories
|
1216
1217
|
# Update Multiple Stories allows you to make changes to numerous stories at once.
|
1217
|
-
# @param
|
1218
|
+
# @param update_stories
|
1218
1219
|
# @param [Hash] opts the optional parameters
|
1219
1220
|
# @return [Array<StorySlim>]
|
1220
1221
|
describe 'update_multiple_stories test' do
|
@@ -1226,8 +1227,8 @@ describe 'DefaultApi' do
|
|
1226
1227
|
# unit tests for update_project
|
1227
1228
|
# Update Project
|
1228
1229
|
# Update Project can be used to change properties of a Project.
|
1229
|
-
# @param body
|
1230
1230
|
# @param project_public_id The unique ID of the Project.
|
1231
|
+
# @param update_project
|
1231
1232
|
# @param [Hash] opts the optional parameters
|
1232
1233
|
# @return [Project]
|
1233
1234
|
describe 'update_project test' do
|
@@ -1239,8 +1240,8 @@ describe 'DefaultApi' do
|
|
1239
1240
|
# unit tests for update_story
|
1240
1241
|
# Update Story
|
1241
1242
|
# Update Story can be used to update Story properties.
|
1242
|
-
# @param body
|
1243
1243
|
# @param story_public_id The unique identifier of this story.
|
1244
|
+
# @param update_story
|
1244
1245
|
# @param [Hash] opts the optional parameters
|
1245
1246
|
# @return [Story]
|
1246
1247
|
describe 'update_story test' do
|
@@ -1252,9 +1253,9 @@ describe 'DefaultApi' do
|
|
1252
1253
|
# unit tests for update_story_comment
|
1253
1254
|
# Update Story Comment
|
1254
1255
|
# Update Comment replaces the text of the existing Comment.
|
1255
|
-
# @param body
|
1256
1256
|
# @param story_public_id The ID of the Story that the Comment is in.
|
1257
1257
|
# @param comment_public_id The ID of the Comment
|
1258
|
+
# @param update_story_comment
|
1258
1259
|
# @param [Hash] opts the optional parameters
|
1259
1260
|
# @return [StoryComment]
|
1260
1261
|
describe 'update_story_comment test' do
|
@@ -1266,8 +1267,8 @@ describe 'DefaultApi' do
|
|
1266
1267
|
# unit tests for update_story_link
|
1267
1268
|
# Update Story Link
|
1268
1269
|
# Updates the stories and/or the relationship for the given Story Link.
|
1269
|
-
# @param body
|
1270
1270
|
# @param story_link_public_id The unique ID of the Story Link.
|
1271
|
+
# @param update_story_link
|
1271
1272
|
# @param [Hash] opts the optional parameters
|
1272
1273
|
# @return [StoryLink]
|
1273
1274
|
describe 'update_story_link test' do
|
@@ -1279,9 +1280,9 @@ describe 'DefaultApi' do
|
|
1279
1280
|
# unit tests for update_task
|
1280
1281
|
# Update Task
|
1281
1282
|
# Update Task can be used to update Task properties.
|
1282
|
-
# @param body
|
1283
1283
|
# @param story_public_id The unique identifier of the parent Story.
|
1284
1284
|
# @param task_public_id The unique identifier of the Task you wish to update.
|
1285
|
+
# @param update_task
|
1285
1286
|
# @param [Hash] opts the optional parameters
|
1286
1287
|
# @return [Task]
|
1287
1288
|
describe 'update_task test' do
|
@@ -1292,13 +1293,13 @@ describe 'DefaultApi' do
|
|
1292
1293
|
|
1293
1294
|
# unit tests for upload_files
|
1294
1295
|
# Upload Files
|
1295
|
-
# Upload Files uploads one or many files and optionally associates them with a story. Use the multipart/form-data content-type to upload. Each `file` key should contain a separate file. Each UploadedFile&#
|
1296
|
-
# @param
|
1297
|
-
# @param file0
|
1298
|
-
# @param file1
|
1299
|
-
# @param file2
|
1300
|
-
# @param file3
|
1296
|
+
# Upload Files uploads one or many files and optionally associates them with a story. Use the multipart/form-data content-type to upload. Each `file` key should contain a separate file. Each UploadedFile's name comes from the Content-Disposition header \"filename\" directive for that field.
|
1297
|
+
# @param file0 A file upload. At least one is required.
|
1301
1298
|
# @param [Hash] opts the optional parameters
|
1299
|
+
# @option opts [Integer] :story_id The story ID that these files will be associated with.
|
1300
|
+
# @option opts [File] :file1 Optional additional files.
|
1301
|
+
# @option opts [File] :file2 Optional additional files.
|
1302
|
+
# @option opts [File] :file3 Optional additional files.
|
1302
1303
|
# @return [Array<UploadedFile>]
|
1303
1304
|
describe 'upload_files test' do
|
1304
1305
|
it 'should work' do
|
data/spec/api_client_spec.rb
CHANGED
@@ -3,10 +3,11 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'spec_helper'
|
@@ -50,44 +51,6 @@ describe Shortcut::ApiClient do
|
|
50
51
|
end
|
51
52
|
end
|
52
53
|
|
53
|
-
describe 'params_encoding in #build_request' do
|
54
|
-
let(:config) { Shortcut::Configuration.new }
|
55
|
-
let(:api_client) { Shortcut::ApiClient.new(config) }
|
56
|
-
|
57
|
-
it 'defaults to nil' do
|
58
|
-
expect(Shortcut::Configuration.default.params_encoding).to eq(nil)
|
59
|
-
expect(config.params_encoding).to eq(nil)
|
60
|
-
|
61
|
-
request = api_client.build_request(:get, '/test')
|
62
|
-
expect(request.options[:params_encoding]).to eq(nil)
|
63
|
-
end
|
64
|
-
|
65
|
-
it 'can be customized' do
|
66
|
-
config.params_encoding = :multi
|
67
|
-
request = api_client.build_request(:get, '/test')
|
68
|
-
expect(request.options[:params_encoding]).to eq(:multi)
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
describe 'timeout in #build_request' do
|
73
|
-
let(:config) { Shortcut::Configuration.new }
|
74
|
-
let(:api_client) { Shortcut::ApiClient.new(config) }
|
75
|
-
|
76
|
-
it 'defaults to 0' do
|
77
|
-
expect(Shortcut::Configuration.default.timeout).to eq(0)
|
78
|
-
expect(config.timeout).to eq(0)
|
79
|
-
|
80
|
-
request = api_client.build_request(:get, '/test')
|
81
|
-
expect(request.options[:timeout]).to eq(0)
|
82
|
-
end
|
83
|
-
|
84
|
-
it 'can be customized' do
|
85
|
-
config.timeout = 100
|
86
|
-
request = api_client.build_request(:get, '/test')
|
87
|
-
expect(request.options[:timeout]).to eq(100)
|
88
|
-
end
|
89
|
-
end
|
90
|
-
|
91
54
|
describe '#deserialize' do
|
92
55
|
it "handles Array<Integer>" do
|
93
56
|
api_client = Shortcut::ApiClient.new
|
@@ -155,7 +118,7 @@ describe Shortcut::ApiClient do
|
|
155
118
|
end
|
156
119
|
|
157
120
|
it 'fails for invalid collection format' do
|
158
|
-
expect
|
121
|
+
expect { api_client.build_collection_param(param, :INVALID) }.to raise_error(RuntimeError, 'unknown collection format: :INVALID')
|
159
122
|
end
|
160
123
|
end
|
161
124
|
|
@@ -196,8 +159,8 @@ describe Shortcut::ApiClient do
|
|
196
159
|
let(:api_client) { Shortcut::ApiClient.new }
|
197
160
|
|
198
161
|
it 'works' do
|
199
|
-
expect(api_client.select_header_content_type(nil)).to
|
200
|
-
expect(api_client.select_header_content_type([])).to
|
162
|
+
expect(api_client.select_header_content_type(nil)).to be_nil
|
163
|
+
expect(api_client.select_header_content_type([])).to be_nil
|
201
164
|
|
202
165
|
expect(api_client.select_header_content_type(['application/json'])).to eq('application/json')
|
203
166
|
expect(api_client.select_header_content_type(['application/xml', 'application/json; charset=UTF8'])).to eq('application/json; charset=UTF8')
|
data/spec/configuration_spec.rb
CHANGED
@@ -3,10 +3,11 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'spec_helper'
|
@@ -17,7 +18,7 @@ describe Shortcut::Configuration do
|
|
17
18
|
before(:each) do
|
18
19
|
# uncomment below to setup host and base_path
|
19
20
|
# require 'URI'
|
20
|
-
# uri = URI.parse("https://api.app.shortcut.com
|
21
|
+
# uri = URI.parse("https://api.app.shortcut.com")
|
21
22
|
# Shortcut.configure do |c|
|
22
23
|
# c.host = uri.host
|
23
24
|
# c.base_path = uri.path
|
@@ -27,14 +28,14 @@ describe Shortcut::Configuration do
|
|
27
28
|
describe '#base_url' do
|
28
29
|
it 'should have the default value' do
|
29
30
|
# uncomment below to test default value of the base path
|
30
|
-
# expect(config.base_url).to eq("https://api.app.shortcut.com
|
31
|
+
# expect(config.base_url).to eq("https://api.app.shortcut.com")
|
31
32
|
end
|
32
33
|
|
33
34
|
it 'should remove trailing slashes' do
|
34
35
|
[nil, '', '/', '//'].each do |base_path|
|
35
36
|
config.base_path = base_path
|
36
37
|
# uncomment below to test trailing slashes
|
37
|
-
# expect(config.base_url).to eq("https://api.app.shortcut.com
|
38
|
+
# expect(config.base_url).to eq("https://api.app.shortcut.com")
|
38
39
|
end
|
39
40
|
end
|
40
41
|
end
|
@@ -3,10 +3,11 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'spec_helper'
|
@@ -14,21 +15,14 @@ require 'json'
|
|
14
15
|
require 'date'
|
15
16
|
|
16
17
|
# Unit tests for Shortcut::BasicWorkspaceInfo
|
17
|
-
# Automatically generated by
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
19
|
# Please update as you see appropriate
|
19
|
-
describe
|
20
|
-
|
21
|
-
# run before each test
|
22
|
-
@instance = Shortcut::BasicWorkspaceInfo.new
|
23
|
-
end
|
24
|
-
|
25
|
-
after do
|
26
|
-
# run after each test
|
27
|
-
end
|
20
|
+
describe Shortcut::BasicWorkspaceInfo do
|
21
|
+
let(:instance) { Shortcut::BasicWorkspaceInfo.new }
|
28
22
|
|
29
23
|
describe 'test an instance of BasicWorkspaceInfo' do
|
30
24
|
it 'should create an instance of BasicWorkspaceInfo' do
|
31
|
-
expect(
|
25
|
+
expect(instance).to be_instance_of(Shortcut::BasicWorkspaceInfo)
|
32
26
|
end
|
33
27
|
end
|
34
28
|
describe 'test attribute "url_slug"' do
|