charlieccarey / monarchr.biolink

An automatically generated R client for Monarch Initiative's biolink-api.
Other
0 stars 0 forks source link

Swagger generator for R is not completely functional. #1

Open charlieccarey opened 6 years ago

charlieccarey commented 6 years ago

Think it has to do with the TODO_OBJECT_MAPPING parts of the code.

I generated a client anyway, selectively commenting those TODOs out.

It is partially functional. Seems OK on server request and response side. Bugs, sometimes fatal on parsing results.

charlieccarey commented 6 years ago

Recommend waiting for swagger codegen community to complete the TODO_ items before regenerating, recompiling and testing. Or we complete the TODO items, probably easy enough once we spend some time with it.