-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete rewrite of Bigcommerce API Client.
- Bump major version to 1.0.0 - Introduces a new configuration syntax - Support for domain objects - Support for both legacy and oauth authentication - Add comprehensive examples - Add complete testing coverage - Add complete resource coverage from developer documentation - Add support for parsing server errors - And much more!
- Loading branch information
Showing
168 changed files
with
4,918 additions
and
1,260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# Bundler | ||
/.bundle | ||
/Gemfile.lock | ||
/pkg | ||
/vendor/bundle | ||
|
||
# CI Reporter | ||
/spec/reports | ||
|
||
# Code coverage | ||
/coverage | ||
|
||
# Ignore compiled gems | ||
/*.gem | ||
|
||
# Rspec | ||
/tmp | ||
|
||
*.gem | ||
*.rbc | ||
.DS_Store | ||
.bundle | ||
.rvmrc | ||
.ruby-version | ||
.yardoc | ||
.rake_tasks~ | ||
Gemfile.lock | ||
coverage/* | ||
doc/* | ||
log/* | ||
pkg/* | ||
.idea/* | ||
tmp/* | ||
.env | ||
.env-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
--colour --format d | ||
--colour | ||
--format=documentation |
Oops, something went wrong.