Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add an introduction to the library

The Library is an area where a User can upload content (images, etc) to allow it to be used when creating a Project.

There are 2 ways of providing an image to the library:

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.