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

add shipment quotes #9

Merged
merged 3 commits into from
Jan 18, 2016
Merged

add shipment quotes #9

merged 3 commits into from
Jan 18, 2016

Conversation

3wille
Copy link
Contributor

@3wille 3wille commented Jan 13, 2016

add a class for shipment quotes which contain the price for a specific
shipment

see Developer Portal for API request documentation

end

def self.camel_to_snakecase(string)
string.gsub(/::/, '/').

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@sfroehler sfroehler self-assigned this Jan 14, 2016
@sfroehler
Copy link
Contributor

@3wille could you please update the Changelog and state what you changed? You need to do a rebase on the current master to get the new Changelog first.

@sfroehler sfroehler assigned 3wille and unassigned sfroehler Jan 14, 2016
@3wille 3wille force-pushed the fw-add-shipment-quotes branch 2 times, most recently from b95c216 to 5e9fc8a Compare January 15, 2016 08:04
@3wille 3wille assigned sfroehler and unassigned 3wille Jan 15, 2016
3wille and others added 3 commits January 18, 2016 17:44
add a class for shipment quotes which contain the price for a specific
shipment

see [Developer Portal][shipment_quotes] for API request documentation

[shipment_quotes]: https://developers.shipcloud.io/reference/#shipment-quotes
@sfroehler sfroehler merged commit d4fea5f into master Jan 18, 2016
@sfroehler sfroehler deleted the fw-add-shipment-quotes branch January 18, 2016 17:06
sfroehler added a commit that referenced this pull request Jan 21, 2016
- This CHANGELOG file (Following "[Keep a CHANGELOG](http://keepachangelog.com/)")
- Create, find, update and index operations for address resource. (#4)
- Services attribute to carriers call (#5)
- Index operation for shipment resources with optional filter parameters. (#6)
- Create, find and index operations for webhook resource. (#7)
- Added the following ruby versions to travis-ci test runs:
  - 2.1.7
  - 2.2.4
  - 2.3.0
- Add ShipmentQuotes class returning the price for a certain shipment (#9)

- Dropped support for ruby 1.9.x in order to use the new language features of ruby 2.x.
  The official support of ruby 1.9.3 already ended on February 23, 2015
  (https://www.ruby-lang.org/en/news/2014/01/10/ruby-1-9-3-will-end-on-2015/)
- Removed the following ruby versions from travis-ci test runs:
  - 2.1.5
  - 2.2.1
  - 2.2.2
  - 2.2.3

- Start following [SemVer](http://semver.org) properly.
- The link to the developer documenation for the Shipment ressource still pointed at Apiary;
  it now correctly points to the shipcloud Developer Portal's API section on Shipments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants