apocryphal icon indicating copy to clipboard operation
apocryphal copied to clipboard

Fail to load $ref remote files in a remote file

Open coryodaniel opened this issue 9 years ago • 0 comments

Remote files can be loaded, but when they reference other remote relative files apocryphal fails to load the file because it is looking at the local relative path.

Consider adding a diff method for starting parsing that continuing parsing, that way we can pass along the root path...

Apocryphal.doc(top_level_doc)
Apocryphal.parse(root_path, file_path)

coryodaniel avatar Oct 05 '16 17:10 coryodaniel