appwrite / sdk-for-dart

[READ-ONLY] Official Appwrite Dart SDK 💙
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
113 stars 17 forks source link

Added types, enums and tests #1

Closed bartektartanus closed 4 years ago

bartektartanus commented 4 years ago

I've added types to almost every method in this code, created enums for HttpMethod and OrderType. I've also wrote two short tests to verify that Client is properly called. All changes were made according to REST API Docs.

Hope it helps at least a little :) Great project, keep on going!