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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,30 +35,30 @@ Install ShipEngine via [Composer](https://getcomposer.org/):
35
35
```bash
36
36
composer require shipengine/shipengine
37
37
```
38
-
- The only configuration requirement is an [API key](https://www.shipengine.com/docs/auth/#api-keys).
38
+
- The only configuration requirement is an [API Key](https://www.shipengine.com/docs/auth/#api-keys).
39
39
40
-
> The following example assumes that you have already set the `SHIPENGIEN_API_KEY` using `putenv()`.
40
+
> The following example assumes that you have already set the `SHIPENGIEN_API_KEY`environment variable with your Api Key using `putenv()`.
41
41
42
42
Examples
43
43
========
44
44
45
45
Methods
46
46
-------
47
-
-[validateAddress](./docs/addressValidateExample.md) - Indicates whether the provided address is valid. If the
47
+
-[validateAddress](./docs/addressValidateExample.md"Validate Address method documentation") - Indicates whether the provided address is valid. If the
48
48
address is valid, the method returns a normalized version of the address based on the standards of the country in
49
49
which the address resides.
50
-
-[normalizeAddress](./docs/normalizeAddressExample.md) - Returns a normalized, or standardized, version of the
50
+
-[normalizeAddress](./docs/normalizeAddressExample.md"Normalize Address method documentation") - Returns a normalized, or standardized, version of the
51
51
address. If the address cannot be normalized, an error is returned.
52
-
-[trackPackage](./docs/trackPackageExample.md) - Track a package by `packageId` or by `carrierCode` and `trackingNumber`. This method returns
52
+
-[trackPackage](./docs/trackPackageExample.md"Track Package method documentation") - Track a package by `packageId` or by `carrierCode` and `trackingNumber`. This method returns
53
53
the all tracking events for a given shipment.
54
54
55
55
Class Objects
56
-
--------------
56
+
-------------
57
57
-[ShipEngine]() - A configurable entry point to the ShipEngine API SDK, this class provides convenience methods
0 commit comments