api-collab / api-collab-server

0 stars 2 forks source link

Load APIs using filesystem #32

Closed kand617 closed 6 years ago

kand617 commented 6 years ago

For the API Portal only solution, As an Admin I would like to provide my api definitions using a file system approach.

sudhirtumati commented 6 years ago

Two possible implementation approaches:

I prefer an external module. @kand617 @koushiknama what do you think?

kand617 commented 6 years ago

I agree this is more of a utility module rather than core functionality module. An external module in a separate repository would be ideal. Something like api-collab-importer or api-collab-fs-importer....

File-system is one place to get description files.
In practice there could be other places....

So it makes sense that a library is built to use existing functionality (API).

sudhirtumati commented 6 years ago

Moved to fs-uploader repo. Follow here