Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 506 Bytes

Dataclass_generator

you can create data class files using this code. Note: this code is only for python getters and setters.

#Steps

  1. Change the value of variable library_name to the name of your library.
  2. copy the request or response(whatever you want) from POSTMAN or inspect element.
  3. paste it to dataclass generating site like https://app.quicktype.io/
  4. paste it into your dataclass file.
  5. copy the variable names and paste it into input.txt file.
  6. Check the output in output.txt file.