Thousands of code examples for using the EasyPost API across 7+ programming languages.
official
official code snippets that populate on the EasyPost websitedocs
code snippets that populate on our API docs page. Each language will have its own subdirectoryfixtures
test data used as fixtures in our client library test suitesguides
code snippets that populate on our guides page. Each language will have its own subdirectoryresponses
responses for our example snippets found in thedocs
directory that will give you a good idea of what to expect back from the EasyPost API
community
code snippets contributed from the community. These may include custom workflows, how to integrate EasyPost with other software, etc. These are unofficial and not supported or maintained by EasyPost.
NOTE: filenames may not match language convention - this is intentional. Our documentation website uses these example snippets and expects folder/filenames to follow a certain templated naming convention.
Most of the examples found here should run out of the box without any alterations required with the exception of substituting your own EasyPost object IDs where applicable.
# Install all language environments
make install
# Install a specific language environment
make install-python
Once installed, run an example like you would any other script or tool for that language.