Type alias RequestMethod

RequestMethod: "DELETE" | "GET" | "HEAD" | "PATCH" | "POST" | "PUT"

HTTP Verb supported by GitHub's REST API