Skip to content

Ugly example request #114

@eBaeza

Description

@eBaeza

Generates ugly code for example request.

Happens in "headers" attribute in settings var and console.log function (no indented).

var settings = {
    "async": true,
    "crossDomain": true,
    "url": "http://localhost/kprod/requisitions",
    "method": "GET",
        "headers": {
    "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
console.log(response);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions