gn-api-sdk-java icon indicating copy to clipboard operation
gn-api-sdk-java copied to clipboard

SDK em Java integrada a API Gerencianet. Esta SDK está preparada para integração à API Pix e API Boletos da Gerencianet, que lhe permite realizar o gerenciamento de cobranças Pix com QR Code e Pix Cop...

Results 3 gn-api-sdk-java issues
Sort by recently updated
recently updated
newest added

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160810 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies

Ao realizar a chamada abaixo: ```java gn.call("createCharge", hashMapOf(), body) ``` Estou recebendo o erro abaixo: ```java org.json.JSONException: JSONObject["APIs"] not found. at org.json.JSONObject.get(JSONObject.java:471) ~[json-20160810.jar:na] at br.com.gerencianet.gnsdk.Config.getEndpoints(Config.java:26) ~[gn-api-sdk-java-2.0.0.jar:na] at br.com.gerencianet.gnsdk.Endpoints.kernelCall(Endpoints.java:112) ~[gn-api-sdk-java-2.0.0.jar:na] at...

When I send a request that results in a response with status other than HTTP_OK (200), the API server is currently replying in a format that is not JSON (probably...