rcpch / rcpch-census-platform

A Django-rest-framework project to return deprivation scores across the UK against a postcode or lsoa code
MIT License
0 stars 1 forks source link

Autogeneration of a Dart/Flutter and Python client from the openAPI3 spec #16

Open pacharanero opened 1 year ago

pacharanero commented 1 year ago

Using this toolchain it is possible to automatically generate client libraries which make integration of this API easier in other languages.

We can of course produce them in various languages, Python would probably be a good start, but we could also consider Dart since this would make the creation of the future WHAM/Inequalities app much easier and less of a manual process.

lesslabourmorework!

anchit-chandran commented 1 year ago

Not done via this method but is same issue completed via our GH Actions and spectacular generating the openAPIspec?

pacharanero commented 1 year ago

This issue is relating to using the API spec to autogenerate a Python and Dart client library that we can use in other projects