ohcnetwork / life

Verified Crowd-Sourced Emergency Services Directory
https://life.coronasafe.network/
82 stars 56 forks source link

All Key fields in v2 API json response to lower case #247

Closed ganeshsp1 closed 3 years ago

ganeshsp1 commented 3 years ago

Describe the bug For all the responses of v2 API the following key start with capital letter : "Assigned_to"

To Reproduce Just fire any API request

Expected behavior All json keys should be lower case like "assigned_to" for the ease of parsing.

Screenshots NA

Desktop (please complete the following information): NA

Smartphone (please complete the following information): NA

Additional context NA

vigneshhari commented 3 years ago

All required fields are already in lowercase ( snake_casing ), Any other attributes are not managed by us, Please build a pipeline to generate a standard file as per your requirement.

vigneshhari commented 3 years ago

@tomahawk-pilot can guide you to create a new pipeline, you can clone our existing pipeline as well.

shrihari689 commented 3 years ago

Closing this as of wontfix 📍