Book a Demo

Author Topic: Repository.RegisterRASAsset?  (Read 3310 times)

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Repository.RegisterRASAsset?
« on: March 03, 2017, 09:47:10 pm »
Hello,


On the feature list for 1308 there's mention of a new API call Repository.ImportRASAsset().

Is there a corresponding call to register an asset?

There isn't one listed in the current API documentation, but then ImportRASAsset() isn't there either so...


/Uffe
My theories are always correct, just apply them to the right reality.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Repository.RegisterRASAsset?
« Reply #1 on: March 06, 2017, 09:39:59 am »
No. Registration requires manual determination of how to deal with cross package dependencies etc.

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Repository.RegisterRASAsset?
« Reply #2 on: March 06, 2017, 08:27:25 pm »
OK, thanks.

... any plans to open up that API as well?

I'm looking at automating some of this stuff, so a call to open the dependency check dialog wouldn't help me. But it shouldn't be too hard to add a dependency check call with some reduced features, and it would be very useful to be able to register at least assets which have no dependencies.

If you like, I'd be more than willing to help define the requirements for a RAS API. I've had a look under the hood of the service so I know a fair bit about how everything fits together. More than what's in the docos, at any rate.  ;D


/Uffe
My theories are always correct, just apply them to the right reality.