Jump to content

Dump your photo API


user550

Recommended Posts

Hi could someone tell me how I can make use of this in API php, I want to be able to upload photos. Do I use curl and if so how do I format the fields? I do not understand the way they have explained the API.

 

https://github.com/DumpYourPhoto/API-Documentation

 

https://dumpyourphoto.com/api

Link to comment
https://forums.phpfreaks.com/topic/275069-dump-your-photo-api/
Share on other sites

user550, on 28 Feb 2013 - 14:27, said:

Hi could someone tell me how I can make use of this in API php, I want to be able to upload photos. Do I use curl and if so how do I format the fields? I do not understand the way they have explained the API.

 

https://github.com/DumpYourPhoto/API-Documentation

 

https://dumpyourphoto.com/api

We really need specific questions. We can't read your mind, or guess what specifically you're stuck on.

 

Generally speaking, the service provides a RESTful api where you POST for new entries, PUT for updates, and DELETE for removal. You would probably want to use curl, or a library like Guzzle to interact with their service.

Link to comment
https://forums.phpfreaks.com/topic/275069-dump-your-photo-api/#findComment-1415775
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.