Skip to content

Commit

Permalink
chore: cleanup lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Feb 24, 2025
1 parent 7669825 commit baea00e
Show file tree
Hide file tree
Showing 6 changed files with 2,048 additions and 1,428 deletions.
5 changes: 0 additions & 5 deletions .babelrc

This file was deleted.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

[![CI](https://github.com/EasyPost/examples/workflows/CI/badge.svg)](https://github.com/EasyPost/examples/actions?query=workflow%3ACI)

This repository holds hundreds of code examples for using the EasyPost API across 7+ programming languages.
Thousands of code examples for using the EasyPost API across 7+ programming languages.

## Folder Structure

- `official` holds all the official code snippets that populate on the EasyPost website
- `docs` holds all the code snippets that populate on our API docs page. Each language will have its own subdirectory
- `fixtures` holds all of the test data used as fixtures in our client library test suites
- `guides` holds all the code snippets that populate on our guides page. Each language will have its own subdirectory
- `responses` holds all of the associated responses for our example snippets found in the `docs` directory that will give you a good idea of what to expect back from the EasyPost API
- `community` holds 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**.
- `official` official code snippets that populate on the EasyPost website
- `docs` code snippets that populate on our API docs page. Each language will have its own subdirectory
- `fixtures` test data used as fixtures in our client library test suites
- `guides` code snippets that populate on our guides page. Each language will have its own subdirectory
- `responses` responses for our example snippets found in the `docs` 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.
## Usage

Expand All @@ -26,5 +28,3 @@ make install-python
```

Once installed, run an example like you would any other script or tool for that language.

NOTE: filenames may not match language convention - this is intentional. Our website also uses these example snippets and expects folder/filenames to follow a certain templated naming convention.
Loading

0 comments on commit baea00e

Please sign in to comment.