Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glendc/culqi-go
culqi-go es una biblioteca que permite integrar la pasarela de pagos CULQI
https://github.com/glendc/culqi-go
api-client culqi payment-integration
Last synced: 12 days ago
JSON representation
culqi-go es una biblioteca que permite integrar la pasarela de pagos CULQI
- Host: GitHub
- URL: https://github.com/glendc/culqi-go
- Owner: GlenDC
- License: mit
- Created: 2017-02-06T01:58:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T07:17:00.000Z (almost 8 years ago)
- Last Synced: 2024-10-05T22:41:06.839Z (3 months ago)
- Topics: api-client, culqi, payment-integration
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# culqi-go
[![GitHub release](https://img.shields.io/github/release/glendc/culqi-go.svg)](https://github.com/GlenDC/culqi-go/releases)
[![license](https://img.shields.io/github/license/glendc/culqi-go.svg)](https://github.com/GlenDC/culqi-go/blob/master/LICENSE)culqi-go es una biblioteca que permite integrar la pasarela de pagos CULQI
```
$ go get -u github.com/glendc/culqi-go/api/culqi
```## OpenAPI
culqi-go se genera usando [go-swagger][].
La especificación oficial de culqi se puede encontrar en
https://culqi.api-docs.io/v1.2### Cómo actualizar las especificaciones
1. Guarde las especificaciones actualizadas como `./swagger/swagger.json`;
2. Genere el código: `go generate`;[go-swagger]: https://github.com/go-swagger/go-swagger