-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93104f5
commit 2002096
Showing
61 changed files
with
4,948 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Folders | ||
.idea | ||
node_modules | ||
|
||
# Files | ||
**/privateKey.pem | ||
**/publicKey.pem | ||
**/development.json | ||
**/sandbox.json | ||
**/snippet.js |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This file is written to be a whitelist instead of a blacklist. Start by | ||
# ignoring everything, then add back the files we want to be included in the | ||
# final NPM package. | ||
* | ||
|
||
# And these are the files that are allowed. | ||
!/LICENSE | ||
!/README.md | ||
!/package.json | ||
!/index.js | ||
!/sdk/**/**/* |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to the following versioning pattern: | ||
|
||
Given a version number MAJOR.MINOR.PATCH, increment: | ||
|
||
- MAJOR version when the **API** version is incremented. This may include backwards incompatible changes; | ||
- MINOR version when **breaking changes** are introduced OR **new functionalities** are added in a backwards compatible manner; | ||
- PATCH version when backwards compatible bug **fixes** are implemented. | ||
|
||
## [Unreleased] | ||
### Added | ||
- Full Stark Bank API v2 compatibility |
Oops, something went wrong.