-
Notifications
You must be signed in to change notification settings - Fork 152
Added project reactor transport - reactive rate limiting (Tested) #425
New issue
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
Conversation
# Conflicts: # README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't sweep the entire file. But I believe the documentation can be a lot more conventional and concise
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java
Outdated
Show resolved
Hide resolved
I assume it's pretty obvious I don't know how to write good documentation (yet). Thank you (@HydroPage ) for all the tips and I hope this looks better. |
Oh this got closed cause of the branch being deleted, will still look at merging your changes |
This transport allows for automatic rate limiting using the project reactor core and netty libraries.