module Shiphawk::Api::ZipCodes

Zip Codes API

@see shiphawk.com/api-docs

The following API actions provide the CRUD interface to managing zip codes.

Public Instance Methods

zip_codes_index() click to toggle source
# File lib/shiphawk/api/zip_codes.rb, line 12
def zip_codes_index
  collection_request zip_codes_path, 1000
end