1. 14 Mar, 2016 1 commit
  2. 10 Mar, 2016 1 commit
  3. 02 Mar, 2016 1 commit
  4. 09 Feb, 2016 3 commits
  5. 04 Feb, 2016 2 commits
  6. 02 Feb, 2016 1 commit
  7. 29 Jan, 2016 3 commits
  8. 25 Jan, 2016 3 commits
  9. 20 Jan, 2016 2 commits
  10. 19 Jan, 2016 2 commits
  11. 12 Jan, 2016 1 commit
  12. 08 Jan, 2016 4 commits
  13. 22 Dec, 2015 1 commit
  14. 15 Dec, 2015 8 commits
  15. 12 Dec, 2015 3 commits
  16. 11 Dec, 2015 1 commit
  17. 10 Dec, 2015 3 commits
    • Merge pull request #75 from Shopify/runmad.improve-nsurlcomponents · 1b708913
      NSURLComponents improvements
      Rune Madsen authored
    • Use pathWithComponents: and stringByAppendingPathExtension: for better… · 326451f3
      Use pathWithComponents: and stringByAppendingPathExtension: for better consistency with URL creation (+4 squashed commits)
      Squashed commits:
      [90e8970] Also use pathWithComponents: for "checkouts" with token and fixing tests by appending a slash to "api" and "meta"
      [4eb36a4] No longer appending = for purposely blank values
      [4c0f4e2] Improve method names, use of constants and appending .json when assembling the NSURLCompenents path at the end
      [935cbb2] forgot to stage /meta
      
      Improve method names, use of constants and appending .json when assembling the NSURLCompenents path at the end
      
      No longer appending = for purposely blank values
      
      Also use pathWithComponents: for "checkouts" with token and fixing tests by appending a slash to "api" and "meta"
      
      Use pathWithComponents: and stringByAppendingPathExtension: for better consistency with URL creation
      Rune Madsen authored
    • Assert HTTP methods · a9b60cbc
      Rune Madsen authored