You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/models/api_key.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* An {@link https://www.easypost.com/docs/api/node#api-keys ApiKey} represents an authentication token that can be used to make requests to the EasyPost API.
4
+
* An {@link https://docs.easypost.com/docs/api-keys ApiKey} represents an authentication token that can be used to make requests to the EasyPost API.
Copy file name to clipboardExpand all lines: src/models/carrier_account.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* A {@link https://www.easypost.com/docs/api/node#carrier-accounts CarrierAccount} represents details about a specific enabled carrier, including credentials and other information.
4
+
* A {@link https://docs.easypost.com/docs/carrier-accounts CarrierAccount} represents details about a specific enabled carrier, including credentials and other information.
Copy file name to clipboardExpand all lines: src/models/customs_info.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* A {@link https://www.easypost.com/docs/api/node#customs-infos CustomsInfo} represents a collection of {@link CustomsItem CustomsItems} and associated information for generating international shipping customs forms.
4
+
* A {@link https://docs.easypost.com/docs/customs-infos CustomsInfo} represents a collection of {@link CustomsItem CustomsItems} and associated information for generating international shipping customs forms.
Copy file name to clipboardExpand all lines: src/models/end_shipper.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* An {@link https://www.easypost.com/docs/api/node#endshipper EndShipper} represents a person or business entity that is authorized to purchase postage on behalf of another person and is ultimately responsible for the shipment.
4
+
* An {@link https://docs.easypost.com/docs/endshippers EndShipper} represents a person or business entity that is authorized to purchase postage on behalf of another person and is ultimately responsible for the shipment.
Copy file name to clipboardExpand all lines: src/models/event.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* An {@link https://www.easypost.com/docs/api/node#events Event} represents a change in state for elements such as {@link Shipment shipments} and {@link Tracker trackers}, that triggers a {@link Webhook webhook}.
4
+
* An {@link https://docs.easypost.com/docs/events Event} represents a change in state for elements such as {@link Shipment shipments} and {@link Tracker trackers}, that triggers a {@link Webhook webhook}.
Copy file name to clipboardExpand all lines: src/models/form.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* A {@link https://www.easypost.com/docs/api/node#forms Form} represents a printable form for a {@link Shipment shipment}, such as a return packing slip, QR code or international shipping form.
4
+
* A {@link https://docs.easypost.com/docs/shipments/forms Form} represents a printable form for a {@link Shipment shipment}, such as a return packing slip, QR code or international shipping form.
Copy file name to clipboardExpand all lines: src/models/parcel.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* A {@link https://www.easypost.com/docs/api/node#parcels Parcel} represents a physical container being shipped, such as a box or envelope, with corresponding dimensions and weight.
4
+
* A {@link https://docs.easypost.com/docs/parcels Parcel} represents a physical container being shipped, such as a box or envelope, with corresponding dimensions and weight.
Copy file name to clipboardExpand all lines: src/models/payload.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* A {@link https://www.easypost.com/docs/api/node#payloads Payload} represents an attempt by EasyPost to send an {@link Event event} to a {@link Webhook webhook}.
4
+
* A {@link https://docs.easypost.com/docs/events/payloads Payload} represents an attempt by EasyPost to send an {@link Event event} to a {@link Webhook webhook}.
Copy file name to clipboardExpand all lines: src/models/pickup.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ import Constants from '../constants';
2
2
importEasyPostObjectfrom'./easypost_object';
3
3
4
4
/**
5
-
* A {@link https://www.easypost.com/docs/api/node#pickups Pickup} represents a scheduled carrier pickup of packages from an {@link https://www.easypost.com/docs/api/node#addresses Address}.
5
+
* A {@link https://docs.easypost.com/docs/pickups Pickup} represents a scheduled carrier pickup of packages from an {@link https://docs.easypost.com/docs/addresses Address}.
Copy file name to clipboardExpand all lines: src/models/rate.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* A {@link https://www.easypost.com/docs/api/node#rates Rate} represents pricing information for shipping a specific {@link Parcel} with a specific carrier and service level.
4
+
* A {@link https://docs.easypost.com/docs/shipments/rates Rate} represents pricing information for shipping a specific {@link Parcel} with a specific carrier and service level.
Copy file name to clipboardExpand all lines: src/models/scan_form.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
importEasyPostObjectfrom'./easypost_object';
2
2
3
3
/**
4
-
* A {@link https://www.easypost.com/docs/api/node#scan-form ScanForm} represents a single document that can be scanned to mark all included tracking codes as "Accepted for Shipment" by the carrier.
4
+
* A {@link https://docs.easypost.com/docs/scan-form ScanForm} represents a single document that can be scanned to mark all included tracking codes as "Accepted for Shipment" by the carrier.
Copy file name to clipboardExpand all lines: src/models/shipment.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ import Constants from '../constants';
2
2
importEasyPostObjectfrom'./easypost_object';
3
3
4
4
/**
5
-
* A {@link https://www.easypost.com/docs/api/node#shipments Shipment} represents a physical {@link Parcel}, the origin and destination {@link Address Addresses}, and any associated {@link CustomsInfo}.
5
+
* A {@link https://docs.easypost.com/docs/shipments Shipment} represents a physical {@link Parcel}, the origin and destination {@link Address Addresses}, and any associated {@link CustomsInfo}.
0 commit comments