https://github.com/devdrops/the-sdk-journey
A journey through each Pagar.me's SDK, exploring every detail they offer.
https://github.com/devdrops/the-sdk-journey
Last synced: 9 months ago
JSON representation
A journey through each Pagar.me's SDK, exploring every detail they offer.
- Host: GitHub
- URL: https://github.com/devdrops/the-sdk-journey
- Owner: devdrops
- Created: 2017-09-11T21:49:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T03:38:39.000Z (over 7 years ago)
- Last Synced: 2025-02-05T20:30:37.627Z (11 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The SDK Journey
Exploring all the corners for each SDK.
## SDK List
- [ ] [PHP](https://github.com/pagarme/pagarme-php)
- [ ] [JavaScript](https://github.com/pagarme/pagarme-js)
- [ ] [Ruby](https://github.com/pagarme/pagarme-ruby)
- [ ] [Python](https://github.com/pagarme/pagarme-python)
- [ ] [.Net](https://github.com/pagarme/pagarme-net)
- [ ] [Java](https://github.com/pagarme/pagarme-java)
- [ ] [iOS](https://github.com/pagarme/pagarme-ios)
## Requirements Checklist (for each SDK)
- Which resources does it offer?
- Does it have a license?
- Does it have docs?
- Does it have tests?
- How many LOC does it have?
- Does it have a Contributing Guide?
- Does it have GitHub Templates for issues and pull requests?
- Is the main branch protected on GitHub?
- Does it require code reviews for each pull request?