Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These RESTful services use a JSON exchange format (ei-x) to allow external parties to create and update resources in an eagle-i repository. They are currently deployed in the development server:

httphttps://montana.dev.eagle-i.net

...

uri  -- the eagle-i identifier of the resource

Example:

httphttps://montana.dev.eagle-i.net/sweet/api/externalResource?uri=http://montana.dev.eagle-i.net/i/0000012f-989d-df6c-b822-788380000000

...

These RESTful services use Http Basic Authentication, that is, they expect the eagle-i credentials to be passed in the authorization header of each request. You must use https in order for these credentials to be encrypted.

The POST service expects content to be passed as a multi-part form, with type=application/json set for the exchangeInstance part.

...