Marcos Antonio Maceo

Results 24 comments of Marcos Antonio Maceo

``` OK: /api/v1/version -> ok /api/v1/wallets/folderName -> ok /api/v1/resendUnconfirmedTxns -> ok /api/v1/coinSupply -> ok With a wierd problem: /api/v1/csrf Pending: Problems with the response: /api/v1/addresscount Description: -Problems with returning a...

Actualization of urls from `skycoin/api`, already implemented in Swagger ``` OK: /api/v1/version -> ok /api/v1/wallets/folderName -> ok /api/v1/resendUnconfirmedTxns -> ok /api/v1/coinSupply -> ok /api/v1/csrf -> ok /api/v2/address/verify /api/v1/wallet/newAddress /api/v1/network/defaultConnections Pending:...

This is stoping finish the spec, pls take a look ``` [ ]/api/v1/network/connection (test result with connected test) [ ]POST testing methods are having problems because auth by csrf token...

For spec generation we still use swagger 2.0, because go-swagger only support this, and is the tool we use to generate the spec, but openapi-generator is used to generate clients,...

I know `GET` methods not need csrf token, the `GET` methods I refers need test, is because I can't test wallets or `networks/connections` running locals nodes. Any idea about test...

`/api/v1/wallet/transaction` This enpoint has problems when it comes to solving the parameters, since it is a POST and the json body varies in several cases, the other endpoints were finally...

Swagger spec generation for all endpoints of Skycoin Api are done, just rest implement tests and support for endpoints added derivated of verbose. Check comment from before for further details.

That sounds great! if you want to take a look at that is more than welcome!

Hello @archseer could you please provide more details about what you are using? we will have soon a great improvement on the RPC server, which might be interesting for you

Good, we will take a look at that and see how we can sort out those dependencies, and see if it is not solved on the new RPC implementation, in...