RequestMethod

Possible API methods to be used when doing requests

Signature

export declare enum RequestMethod {    Delete = "DELETE",    Get = "GET",    Patch = "PATCH",    Post = "POST",    Put = "PUT"}

Members

This export does not declare public properties or methods in the generated declaration file.