keap-client
Version:
A client to work with Infusionsoft/Keap API.
44 lines (20 loc) • 776 B
Markdown
Change log
All important changes to this project will be documented in this file.
# 0.0.1
keap-client first commit. Create structure, tests suites, config, licence and first models
# 0.0.2
add contribution guidelines, changelog, types. Refactor Contact model.
# 0.0.3
Add products and opportunities models.
# 0.0.4
Add tests, refactor.
# 0.0.5
Add Ecommerce model(order, subscription, payments, transactions), tests; Increase test coverage
# 0.0.6
Add changes to readme file
# 0.0.7
Fix contact model issues, add some validations; Enhance Error logging
# 0.0.8
Add Email, User and Files models
# 0.1.0
Refactor API module to use shorthand methods and native strategies; create a pagination wrapper for easier use; refactor models accordingly