-
Notifications
You must be signed in to change notification settings - Fork 72
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
V3 updates #50
Merged
Merged
V3 updates #50
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0866750
v3 changes (all just example changes in the README)
daria-lamberson a9c38ea
cleaned up styling
daria-lamberson 06eb599
last few changes by searching for changed fields
daria-lamberson 97542aa
removed object purpose from address param examples
daria-lamberson bbb35cb
removed object_[x] attrs from shipment apiobject example
daria-lamberson 3198a43
removed shipment.state example
daria-lamberson 2c38c58
fixed requirement
daria-lamberson 358bf8e
updated api_object file
daria-lamberson 4380589
removed object_status, since it will just be in the object dict under…
daria-lamberson b37ff8e
added back status because it's used in a few places still
daria-lamberson a338e77
chnged is_return example value from nil to false
daria-lamberson cc5fb6c
Merge branch 'master' into v3-updates
daria-lamberson 110e5dc
Merge branch 'master' of https://github.com/goshippo/shippo-ruby-clie…
57627d2
removed fields for v3 update in examples
daria-lamberson b40344e
Merge branch 'v3-updates' of https://github.com/goshippo/shippo-ruby-…
ddda4ce
Update Shippo version to v3 in tests
278ad80
Update object_status to status
d0bcc81
Update fixtures
fa3764a
updated changelog and readme before updating gem
daria-lamberson 52f754a
updated gem version
daria-lamberson 4e46846
updated changelog header size inconsistency
daria-lamberson 60f9f20
expanded parcel and changed to plural
daria-lamberson dcea188
changed more 'parcel's to be plural
daria-lamberson 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
Update Shippo version to v3 in tests
- Loading branch information
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
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.
So the test should always use v3?
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.
this one does to test the headers (see line 18 above)
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.
Got you.