Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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