devlinjunker / template.webpack.fend

Example using Webpack to build a FEND Browser App (with HTML/CSS/JS and Image files)
http://devlinjunker.github.io/template.webpack.fend
MIT License
3 stars 2 forks source link

OpenAPI Generated client #34

Open devlinjunker opened 4 years ago

devlinjunker commented 4 years ago

Use open api files from here https://github.com/APIs-guru/openapi-directory/tree/master/APIs

ideas:

Generate client side classes for accessing these services

Similar to https://github.com/ocf-app/flutter_app/issues/13

devlinjunker commented 3 years ago

See https://github.com/devlinjunker/test.openapi.client

devlinjunker commented 3 years ago

dart generation seems less stable for flutter apps, how is js generation?

devlinjunker commented 3 years ago

External APIs should be handled in API service probably, we should just generate openapi client from our API openapi.yaml file (see https://github.com/devlinjunker/template.hapi.rest/issues/12)