Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add links to multi methods

...

There are 2 ways of providing an image to the library, as well as multi image at once variations:

MethodExplanation
PushThe image is directly uploaded from the application to the MILK API via an HTTP POST. For example, useful if the application is a native application and has the image locally.
PullA URL is sent to the MILK API. The image is downloaded from the URL by MILK and put into the library that way. For example, useful if the image is already hosted by a web application.

...

.
Multi PushMultiple images are directly uploaded in one request from the application to the MILK API via an HTTP POST.
Multi PullA list of URLs is sent to the MILK API. The images are downloaded from the URLs by MILK and put in to the library.

All methods of placing images into the library include a shortcut, which allow an anonymous user to be created automatically.

...