An open API service indexing awesome lists of open source software.

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.

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?