Skip to content

Add support for multiple imageUrls for a single day's strip #141

Description

@tylerbenson

I was trying to add support for it myself but it doesn't follow the existing models very nicely. I'll share some of what I've found:

To get a listing of all comics:
GET https://storage.googleapis.com/tinyview-d78fb.appspot.com/tinyview/comic-series-directory/directory.json

To get the list of urls for a specific comic:
POST https://us-central1-tinyview-d78fb.cloudfunctions.net/getComics

content-type: application/json

{"data":{"series":"itchy-feet","startAfter":null,"records":10}}

The comics come in individual panels. To get their image URLs:
GET https://storage.googleapis.com/tinyview-d78fb.appspot.com/itchy-feet/2023/10/22/unconditional-love/index.json

eg: https://storage.googleapis.com/tinyview-d78fb.appspot.com/itchy-feet/2023/10/22/unconditional-love/1.jpg

If you can only do a single image, it'll still be nice to show the preview image and encourage folks to visit the site directly. I am just annoyed they don't have RSS.

Let me know if you need additional guidance or questions.
Really appreciate this service.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions