Figured out most data points I would like. Need to clean it up and figure out adding it to a database.

This commit is contained in:
Normanras
2023-02-20 21:35:44 -05:00
parent 4fb10c8ff3
commit 37f6311d4b
6 changed files with 221 additions and 208 deletions

View File

@ -7,4 +7,4 @@ class EndpointItems(Item):
method = Field()
endpoint = Field()
inclusions = Field()
params = Field()
req_param = Field()