We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14cfa8 commit d6ac11dCopy full SHA for d6ac11d
README.md
@@ -125,6 +125,17 @@ $ make record
125
126
This will record new cassettes for the tests. Make sure to commit these cassettes along with your changes.
127
128
+### Updating the schema
129
+
130
+In order to update the Python data types from the OpenAPI schema, you need to:
131
132
+```
133
+$ mkdir neon_client/
134
+$ make schema
135
+# Now, take `neon_client/schema.py` and replace `neon_api/schema.py` with it.
136
+# That's it!
137
138
139
## License & Copyright
140
141
[Apache 2.0 Licensed](./LICENSE).
0 commit comments