-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with CSL export #89
Comments
Okay i see the problem in the end, even though the you want a 'bibcode' singular you actually want a list of bibcodes. Could the documentation be made clearer? (or convert the api to use bibcodes (plural). export/custom has this as well (asking for bibcodes but it wants bibcode) |
Hi Robert,
I've fixed this bug in the API docs ("bibcodes" > "bibcode" where needed -
it was in a few other spots than where you'd seen as well). I also updated
the description text on that field to clarify that it can take one or more
bibcodes. Thanks for pointing this out to us!
Kelly
…On Sat, Aug 20, 2022 at 12:37 PM Robert Farmer ***@***.***> wrote:
Okay i see the problem in the end, even though the you want a 'bibcode'
singular you actually want a list of bibcodes. Could the documentation be
made clearer? (or convert the api to use bibcodes (plural). export/custom
has this as well (asking for bibcodes but it wants bibcode)
—
Reply to this email directly, view it on GitHub
<#89 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABH5DPL3KZY4OTNV37EVBI3V2ECVXANCNFSM57DORS4A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Dr. Kelly Lockhart
Back-End Developer, NASA Astrophysics Data System
Harvard-Smithsonian Center for Astrophysics
60 Garden Street, Cambridge, MA 02138
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to implement the CSL export option ( /export/csl) and are running into a few issues:
First the documentation (https://ui.adsabs.harvard.edu/help/api/api-docs.html#post-/export/csl) says you want "bibcodes" when its actually "bibcode" singular:
Which gets the following response:
Even so, passing 'bibcode':
Gets a:
On a whim I tried newline separating the bibcode (like a bigquery) and that gets somewhere:
But that returns a seemingly random result (though the same result independent of the bibcode I use)
The text was updated successfully, but these errors were encountered: