Git Product home page Git Product logo

Comments (6)

prijindal avatar prijindal commented on June 9, 2024

Is the kuzzle API itself is changing or it more like changes to the SDK design?

from kuzzle_dart.

stafyniaksacha avatar stafyniaksacha commented on June 9, 2024

Is just a set of changes in SDKs design to reflet the real kuzzle API

from kuzzle_dart.

prijindal avatar prijindal commented on June 9, 2024

Yeah, i think we can definitely do that, it doesn't seem like there are a lot of changes. Just we have to arrange where are functions are at.

from kuzzle_dart.

prijindal avatar prijindal commented on June 9, 2024

I have started some work on this and the auth function of the sdk is implemented in 751d17f

There are some breaking changes though.
If you are using any of these functions, you can update them

Old New
kuzzle.checkToken kuzzle.auth.checkToken
kuzzle.createMyCredentials kuzzle.auth.createMyCredentials
kuzzle.credentialsExist kuzzle.auth.credentialsExist
kuzzle.deleteMyCredentials kuzzle.auth.deleteMyCredentials
kuzzle.getCurrentUser kuzzle.auth.getCurrentUser
kuzzle.getMyCredentials kuzzle.auth.getMyCredentials
kuzzle.getMyRights kuzzle.auth.getMyRights
kuzzle.getStrategies kuzzle.auth.getStrategies
kuzzle.login kuzzle.auth.login
kuzzle.logout kuzzle.auth.logout
kuzzle.updateMyCredentials kuzzle.auth.updateMyCredentials
kuzzle.updateSelf kuzzle.auth.updateSelf
kuzzle.validateMyCredentials kuzzle.auth.validateMyCredentials
kuzle.listCollections kuzzle.collection().list

from kuzzle_dart.

stafyniaksacha avatar stafyniaksacha commented on June 9, 2024

Hi there !

I've requested to add this sdk to the documentation here: kuzzleio/documentation#220

I think we can start publishing this lib to pubspec with alpha tag, and remove it once memoryStorage controller is implemented & tests are good enough. What are you thinking about ?

from kuzzle_dart.

prijindal avatar prijindal commented on June 9, 2024

Yeah we can definitely publish something on pubspec

from kuzzle_dart.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.