Skip to content

Conversation

@wozozo
Copy link
Contributor

@wozozo wozozo commented Dec 16, 2025

This pull request primarily focuses on standardizing naming conventions across the codebase by updating file and import names from singular to plural forms. Additionally, it removes an outdated dependency reference from the documentation. These changes improve consistency and maintainability.

Naming convention updates:

  • Renamed import statements in src/index.ts to use pluralized file names, such as accounts, balances, charges, customers, etc., instead of their singular forms.
  • Renamed the file src/customer.ts to src/customers.ts and updated the import from ./card to ./cards to match the plural naming convention.

Documentation update:

  • Removed the reference to the superagent dependency from the README.md file, as it is no longer relevant.

close #66

@wozozo wozozo merged commit a6f414b into master Dec 16, 2025
2 checks passed
@wozozo wozozo deleted the file-names branch December 16, 2025 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants