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
After #39 is cleared, migrate JSON based FFI to structs (in case directly enums are not possible) or enums.
The structs would be the same we're serializing to/from JSON.
It probably makes sense to reconsider the usage of HTTP status codes for everything. We probably should use custom status codes instead (1, 2, 3...) and pass networking related results in a nested struct (which would contain the HTTP status code).
The text was updated successfully, but these errors were encountered:
After #39 is cleared, migrate JSON based FFI to structs (in case directly enums are not possible) or enums.
The structs would be the same we're serializing to/from JSON.
It probably makes sense to reconsider the usage of HTTP status codes for everything. We probably should use custom status codes instead (1, 2, 3...) and pass networking related results in a nested struct (which would contain the HTTP status code).
The text was updated successfully, but these errors were encountered: