We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently the json keys are in pascal case, make them in snake case:
HTTP/1.1 200 OK Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: * Access-Control-Allow-Methods: * Access-Control-Allow-Origin: * Content-Length: 409 Content-Type: application/json Date: Tue, 09 Apr 2019 08:52:26 GMT Vary: Accept-Encoding Connection: close { "ID": "ypxhlx", "URL": "xxxxx", "Counter": 0, "BountAt": "2019-03-29T11:15:02.500478396Z", "MaxRequests": 1, "ExhaustedURL": "", "TTL": 0, "ExpireOn": "0001-01-01T00:00:00Z", "ExpiredURL": "" }
The text was updated successfully, but these errors were encountered:
noandrea
No branches or pull requests
currently the json keys are in pascal case, make them in snake case:
The text was updated successfully, but these errors were encountered: