-
Notifications
You must be signed in to change notification settings - Fork 1
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
#35: create webapisync option in cert utils #36
Draft
mohit-s96
wants to merge
14
commits into
main
Choose a base branch
from
35-create-webapisync-option-in-cert-utils
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
8448a0f
#35: fixed error when fetching org data from new endpoint
mohit-s96 6a7b477
#35: fixed fixed lookup report error
mohit-s96 5f235a2
#35: added commander options and handler for the webApiSyncResults op…
mohit-s96 22ce2d5
#35: added syncWebAPiResults command and implementation
mohit-s96 cd3a9f9
#35: updated JSDoc types
mohit-s96 3a8ee53
#35: fixed some typos and errors
mohit-s96 283b130
#35: changed input format
mohit-s96 90b1dc6
Merge branch 'main' into 35-create-webapisync-option-in-cert-utils
mohit-s96 ba82592
Merge branch 'main' into 35-create-webapisync-option-in-cert-utils
mohit-s96 b161ec0
Merge branch 'main' into 35-create-webapisync-option-in-cert-utils
darnjo 508c898
#35: removed overwrite and added deleteExistingReport option
mohit-s96 9f56c42
#35: changed process.exit to return
mohit-s96 29eb857
Merge branch 'main' into 35-create-webapisync-option-in-cert-utils
mohit-s96 caf9b87
#35: restructure project like #43
mohit-s96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: We should be using the Fetch API for everything at this point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can write the Auth part as a one-liner
Then call Fetch API like so: