adsabs / adsabs-dev-api

Developer API service description and example client code
163 stars 58 forks source link

BibTeX Export for Search API possible? #30

Open Siedlerchr opened 7 years ago

Siedlerchr commented 7 years ago

Hello,

I am one of the JabRef developers and we would like to make use of your new API. We currently have a fetcher that still relies on the classic version of your system.

As I have seen, currently the API returns json. Would it be possible to have an option to get the search results in the bibtex format?

Thanks in advance. Christoph JabRef Developer

ghost commented 7 years ago

Hi Christoph

We have an API endpoint to retrieve BibTeX for a given set of bibcodes:

https://github.com/adsabs/adsabs-dev-api/blob/master/export.md

Is it possible to have your fetcher make use of this endpoint, after having retrieved results?

--Edwin

--

Edwin Henneken ehenneken@cfa.harvard.edu NASA Astrophysics Data System IT Specialist Harvard - Smithsonian http:// http://adslabs.orgadslabs.org Center for Astrophysics http://ads.harvard.edu 60 Garden St. MS 83, Cambridge, MA 02138 Room P-129 ORCID 0000-0003-4264-2450

On Sat, Feb 4, 2017 at 1:26 PM, Christoph notifications@github.com wrote:

Hello,

I am one of the JabRef https://github.com/JabRef/jabref developers and we would like to make use of your new API. We currently have a fetcher that still relies on the classic version of your system.

As I have seen, currently the API returns json. Would it be possible to have an option to get the search results in the bibtex format?

Thanks in advance. Christoph JabRef Developer

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adsabs/adsabs-dev-api/issues/30, or mute the thread https://github.com/notifications/unsubscribe-auth/AHURkcdm4IWpcgta20EHtPdBjRwKbmhrks5rZMLqgaJpZM4L3Owd .

Siedlerchr commented 7 years ago

Thanks for your answer! Yes, I think this would be possible.