apstanisic / directus-dart

Directus SDK for Dart and Flutter
MIT License
37 stars 23 forks source link

new sdk changes Directus 9.5.2 #35

Open fballan93 opened 2 years ago

fballan93 commented 2 years ago

hey the new sdk switched the SDKs type signature was tweaked to make it consistent with the API's internal services. The .readMany method has been renamed to .readByQuery.

will this SDK receive an update to reflect this?

apstanisic commented 2 years ago

I'll check it out. I think they changed their license from MIT to GPLv3, so I'll see what can be done. Is REST API is the same?

fballan93 commented 2 years ago

yes REST has not changed . however their sdk have a potential breaking change which is The .readMany method has been renamed to .readByQuery.

another thing which is in version 0.7.0 the log in is still not working