Giter Site home page Giter Site logo

Send invite to conversation about skype-http HOT 5 OPEN

ocilo avatar ocilo commented on May 27, 2024
Send invite to conversation

from skype-http.

Comments (5)

demurgos avatar demurgos commented on May 27, 2024

Hi, thanks for using the library and reporting issues. I'm now watching your project: it has some interesting issues (some of them were also fixed on master, you can install it with skype-http@next, but it also has breaking changes due to the new contact API).

Regarding the addition of contacts, it is currently not possible but I'd like to have it. If you want to help, I'd be happy to help you and eventually give you write access (it may help with your library).
The first step would be to find how Skype does it. I usually do 3 things: check the HTTP requests of the web client when I perform the action, check SkPy (a Python library for Skype) or look into their source code.

I'm currently in the process of updating the conversation API so it may be the occasion to add it. I'll try to merge my changes quickly.

I am trying to move this library to be a thinner wrapper around Skype: it would focus on abstracting the HTTP calls and guaranteeing the properties on the return values with runtime checks. It currently manually remaps some of the objects but it gets harder to maintain. Also I used typedoc to generate documentation but this no longer works well, so I need to better document it and find a workaround.

from skype-http.

grigori-gru avatar grigori-gru commented on May 27, 2024

Thanks for feedback! I'll check it out and let you know if find out how Skype does it.

from skype-http.

demurgos avatar demurgos commented on May 27, 2024

I'm re-opening until it is supported.

from skype-http.

grigori-gru avatar grigori-gru commented on May 27, 2024

@demurgos
As I see you're going to remove checking EventMessage.resourceType in the next version?

from skype-http.

demurgos avatar demurgos commented on May 27, 2024

See my reply in the PR thread

You'll still need to check event.resourceType: there will be more events (endpoint and user presence) discriminated by this property. Also for messages event.resource.type becomes event.resource.messageType to match the real Skype API.

from skype-http.

Related Issues (20)

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.