Giter Club home page Giter Club logo

Comments (5)

aaccomazzi avatar aaccomazzi commented on August 20, 2024

The information about the kinds of links available for an article is found in the "link_data" field of the document returned by a query. For the document in question, you can obtain this by querying the API with something such as this:

curl -H "Authorization: Bearer $ADS_DEV_KEY" 'https://api.adsabs.harvard.edu/v1/search/query?q=bibcode:2017NewA...55...32F&fl=bibcode,links_data'

The links_data json structure shows the availability of a link of type "preprint" (which is the arXiv link) and one of type "electr" (which is the publisher article).

from adsabs-dev-api.

dev-jonghoonpark avatar dev-jonghoonpark commented on August 20, 2024

"links_data" field isn't described in search.md
please add that information to search.md

from adsabs-dev-api.

aaccomazzi avatar aaccomazzi commented on August 20, 2024

links_data is not a searchable field, so you can't query against it. It is there to simply carry information useful for linking out via the ADS link resolver. A complete list of fields/operators is available here: https://adsabs.github.io/help/search/comprehensive-solr-term-list

from adsabs-dev-api.

dev-jonghoonpark avatar dev-jonghoonpark commented on August 20, 2024

I didn't know that list exist ;(
so i thought fields in search.md are every thing

could you add link for available fields list? (like doctype)
for beginner like me.

like this.

fl

Fields list: specify the fields contained in each returned document. Value should be a comma-separated list of field names. (see here for a list of fields)

from adsabs-dev-api.

aaccomazzi avatar aaccomazzi commented on August 20, 2024

Fixed in 3c6a6ca

from adsabs-dev-api.

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.