Skip to content
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

List of all available books? #49

Open
pozretic opened this issue May 13, 2020 · 3 comments
Open

List of all available books? #49

pozretic opened this issue May 13, 2020 · 3 comments
Labels
question Further information is requested

Comments

@pozretic
Copy link

How to obtain a list of all available e-books?

@renanxcortes
Copy link
Owner

How to obtain a list of all available e-books?

You can check it out by running:

springer_table <- download_springer_table()
springer_table %>% pull(book_title)

Or, if you'd like to check the entire table with all books metadata, you can run this in RStudio:

springer_table <- download_springer_table()
View(springer_table)

@renanxcortes renanxcortes added the question Further information is requested label May 13, 2020
@spsanderson
Copy link

spsanderson commented May 13, 2020

Getting an error with v5 that no media exists
https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v5/

Error message is:

{"projectVersion":"2.245.0-54832206c2d4e90345d71a4427e7542e623e43bf-2020-04-23_08:48:48.0010-local-1","requestUri":"https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v5","message":"com.springer.cms.service.ContentNotFoundException: No Content found for Version: 5 with Content-Id: coremedia:///cap/content/17858272","responseCode":404}

@vinhtantran
Copy link
Contributor

Getting an error with v5 that no media exists
https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v5/

Error message is:

{"projectVersion":"2.245.0-54832206c2d4e90345d71a4427e7542e623e43bf-2020-04-23_08:48:48.0010-local-1","requestUri":"https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v5","message":"com.springer.cms.service.ContentNotFoundException: No Content found for Version: 5 with Content-Id: coremedia:///cap/content/17858272","responseCode":404}

The new link should be updated to

https://resource-cms.springernature.com/springer-cms/rest/v1/content/17858272/data/v6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants