Skip to content

Commit d731d45

Browse files
committed
🎉 Initial commit
0 parents  commit d731d45

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

‎.github/CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing
2+
3+
We love contributions from everyone.
4+
By participating in this project,
5+
you agree to abide by our [code of conduct].
6+
7+
[code of conduct]: https://tradebyte.github.io/Code-of-Conduct/
8+
9+
We expect everyone to follow the code of conduct
10+
anywhere in `tradebyte-rest-api-code-examples`'s project codebases,
11+
issue trackers, chatrooms, and mailing lists.
12+
13+
## Contributing Code
14+
15+
- Fork the repo.
16+
- Make sure your code is readable and works.
17+
- Write a [good commit message][commit].
18+
- Push to your fork.
19+
- Submit a pull request.
20+
21+
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
22+
23+
Others will give constructive feedback.
24+
This is a time for discussion and improvements,
25+
and making the necessary changes will be required before we can
26+
merge the contribution.

‎LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright © 2020 Tradebyte Software GmbH, https://www.tradebyte.com/
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

‎README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Tradebyte REST API code examples
2+
3+
This projects provides code examples for the REST API of Tradebyte.
4+
5+
More information can be found at the [TB.IO homepage](https://tradebyte.io/).
6+
7+
## Contributing
8+
9+
See the [CONTRIBUTING] document.<br/>
10+
Thank you, [contributors]!
11+
12+
[contributing]: .github/CONTRIBUTING.md
13+
[contributors]: https://github.com/tradebyte/paci/graphs/contributors
14+
15+
## License
16+
17+
Copyright (c) 2020 by the Tradebyte Software GmbH.<br/>
18+
`tradebyte-rest-api-code-examples` is free software, and may be redistributed under the terms specified in the [LICENSE] file.
19+
20+
[license]: /LICENSE

0 commit comments

Comments
 (0)