FDC3 / API

Open standards for the financial desktop.
https://fdc3.finos.org
Apache License 2.0
9 stars 9 forks source link

Context in fdc3.resolve should be optional #19

Closed rikoe closed 6 years ago

rikoe commented 6 years ago

It doesn't make sense for both the intent name and the context to be mandatory for a resolve operation.

In the Hadouken implementation, it is defined as:

resolve(intent: IntentType, context?: Context): Promise<IApplication[]>.

nkolba commented 6 years ago

@rikoe context optional w/PR#30

rikoe commented 6 years ago

Fixed with #30