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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Hi @dstpierre, I was a bit unwell the past few months and have started working on the library now. Creating the structure for this project based on the go/nodejs library as you mentioned but slightly modifying the structures to do it the 'dart' way; for example replacing the v interface{} param, and instead using a Future return type for such functions.
Can I create incremental PRs per module, otherwise it might take quite a while for me to complete integrating all?
For example, I can create one PR after I complete writing the client code & tests for account-related apis.
Hey @sarkarshuvojit no worries and sorry for the delayed reply.
You may proceed as you prefer in the backend-dart project, either have a continuous PR where you add commits over time or have one when you feel it's time to create it. Up to you.
To start the mobile initiatives, having a client library written in Dart would help get things started.
This would need to replicate the Go and Node libraries.
The text was updated successfully, but these errors were encountered: