Marc Jordan

Results 2 issues of Marc Jordan

Looking at this test: https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-framework/test/sample-projects/paths-dir-with-no-method-doc This implies that if I don't declare any apiDoc on the handler, and I don't put anything in the paths section of the top-level doc...

When stubbing out the PlayFab SDK for testing, the callback type needs an object that conforms to this interface: ``` export interface IPlayFabSuccessContainer extends IPlayFabError { data: TResult; } ```...