Giter VIP home page Giter VIP logo

Comments (10)

traponto avatar traponto commented on June 24, 2024 1

if you mean this information:
https://api.discogs.com/releases/9898418
https://api.discogs.com/releases/3041685
https://api.discogs.com/releases/2221110
https://api.discogs.com/releases/3340518

then in the compressed file I sent you should find a .txt file that contains them

from discogsclient.

David-Desmaisons avatar David-Desmaisons commented on June 24, 2024

@traponto , yes I will maintain and improve this library.
Ideally what you can do is to provide the missing properties, their respective types, the corresponding documentation and an url example returning this kind of information.
PR are also very welcomed.

from discogsclient.

traponto avatar traponto commented on June 24, 2024

I
alljson.zip
n the Release structure I do not find the properties "series" and "artists_sort".

The first (series) should have the same structure related to "labels". An example can be found in file 2221110.json included in the attached compressed file.

The second (artists_sort) should be of string type and in every attached json file you can find an example, what I think is more significant is the one present in 3340518.json

From what I have seen these two properties are always present even if not used (in this case they are empty)

In the Format structure, I do not find the "text" property (string type). You can find two examples in the 9898418.json and 3041685.json files. In this case the property is not always present.

I hope I have provided the information clearly.

"PR are also very welcomed" ... what do you mean by PR?

from discogsclient.

David-Desmaisons avatar David-Desmaisons commented on June 24, 2024

@traponto Pull Request

from discogsclient.

David-Desmaisons avatar David-Desmaisons commented on June 24, 2024

What are the corresponding request urls?

from discogsclient.

traponto avatar traponto commented on June 24, 2024

As a NuGet package I'm using DiscogsClient version 2.2.0. I see the update 2.2.1 is present but refers to adjustments made in June. Will you publish a new version?

from discogsclient.

David-Desmaisons avatar David-Desmaisons commented on June 24, 2024

I just released version 2.3.0

from discogsclient.

traponto avatar traponto commented on June 24, 2024

I installed the update through NuGet, I see that other packages are updated and among these there is also System.Reactive 4.0.0, is that right? Now I have an error in the compilation phase at the instructions:

var observable = DiscogsClient.Search (discogsSearch);
await observable.ForEachAsync (OnResult);

Upd_msg_and_err.zip

from discogsclient.

David-Desmaisons avatar David-Desmaisons commented on June 24, 2024

You have to remove the references to all the Rx.XXX nuget packages that have been substitued by System.Reactive.

from discogsclient.

traponto avatar traponto commented on June 24, 2024

now the compilation is OK

Thanks

from discogsclient.

Related Issues (17)

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.