Increased the number of variables that can be exported from 20 to the maximum of 100#17
Open
nicoboss wants to merge 3 commits intoerminson:masterfrom
Open
Increased the number of variables that can be exported from 20 to the maximum of 100#17nicoboss wants to merge 3 commits intoerminson:masterfrom
nicoboss wants to merge 3 commits intoerminson:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increased the number of variables that can be exported from the default value of 20 to 100 which is the maximum possible using a single API call. This fixes #15 but still doesn't address the missing pagination and so will result in a new hard limit at 100. At least it makes it possible to export 5 times more variables than before which should be enough for the majority of projects.