You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, amazing repo! As a suggestion, you can consider using https://github.com/OpenAPITools/openapi-generator to generate a client for interaction with Aptos API. You can export the spec from {aptos_node_url}/v1/spec#/. This might save you some time and reduce the amount of boilerplate code.
PS: I'm building a project in Aptos ecosystem with a small team. We're using dart & flutter. We would love to talk to you about a potential collaboration. Let me know if you're interested, let's have a call :) You can find my email in the profile
The text was updated successfully, but these errors were encountered:
I've got a project that does this already: https://github.com/banool/aptos_api_dart. We could consider using that here, though it'd be worth first discussing how we can unify on a single SDK package. Discussion here: #6.
Hello, amazing repo! As a suggestion, you can consider using https://github.com/OpenAPITools/openapi-generator to generate a client for interaction with Aptos API. You can export the spec from
{aptos_node_url}/v1/spec#/
. This might save you some time and reduce the amount of boilerplate code.PS: I'm building a project in Aptos ecosystem with a small team. We're using dart & flutter. We would love to talk to you about a potential collaboration. Let me know if you're interested, let's have a call :) You can find my email in the profile
The text was updated successfully, but these errors were encountered: