I am seeking a developer that can help me achieve the following:
- I want a page where I can get RAW information about each image in an album.
So say my album is ID# jsWAL I want to be able to navigate to:
mysite.com/albumapi.php?album=jsWAL
From there I want to see a list of all images in the album formatted like:
Basically I want every single image printed out in a comma separated line.
The ability to do this, would allow me to extend my current Chevereto greatly, because this is the most important information I need to obtain. The tricky part is, I want the "current" urls, and the problem is I have multiple file servers, and I cannot figure out how to fetch the appropirate raw direct image URL.
Contact me if you can take this on 😀
- I want a page where I can get RAW information about each image in an album.
So say my album is ID# jsWAL I want to be able to navigate to:
mysite.com/albumapi.php?album=jsWAL
From there I want to see a list of all images in the album formatted like:
Code:
https://cdn.mysite.com/images/jslaw1.jpg,https://cdn2.mysite.com/images/jsla9.jpg,anotherimagehere,another,etc
Basically I want every single image printed out in a comma separated line.
The ability to do this, would allow me to extend my current Chevereto greatly, because this is the most important information I need to obtain. The tricky part is, I want the "current" urls, and the problem is I have multiple file servers, and I cannot figure out how to fetch the appropirate raw direct image URL.
Contact me if you can take this on 😀