com.binance.connector.client.enums.HttpMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binance-connector-java Show documentation
Show all versions of binance-connector-java Show documentation
lightweight connector to API
package com.binance.connector.client.enums;
public enum HttpMethod {
POST,
GET,
PUT,
DELETE,
INVALID
}