https://github.com/datil/kushki-clojure
Cliente para interactuar con el API de Kushki desde Clojure
https://github.com/datil/kushki-clojure
api-client clojure kushki-clojure payments
Last synced: 2 months ago
JSON representation
Cliente para interactuar con el API de Kushki desde Clojure
- Host: GitHub
- URL: https://github.com/datil/kushki-clojure
- Owner: datil
- License: mit
- Created: 2017-11-20T15:18:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T17:05:31.000Z (over 8 years ago)
- Last Synced: 2025-11-22T08:12:57.791Z (7 months ago)
- Topics: api-client, clojure, kushki-clojure, payments
- Language: Clojure
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cliente Clojure para Kushki
[](https://travis-ci.org/datil/kushki-clojure)
[](https://opensource.org/licenses/MIT)
[](https://clojars.org/kushki-clojure)
Abre una cuenta en Kushki en https://www.kushkipagos.com.
## Requisitos
Clojure 1.9.0-RC1 o superior.
## Uso
Revisa la documentación en https://datil.github.io/kushki-clojure/.
Para información sobre el funcionamiento de Kushki revisa su documentación para desarrolladores: https://docs.kushkipagos.com
## Pruebas
Debes tener instalado [Boot](http://boot-clj.com/). Para ejecutar las pruebas:
```shell
boot test
```