Added Generate Short URL example in Java#42
Added Generate Short URL example in Java#42christyjacob4 merged 2 commits intoopen-runtimes:mainfrom
Conversation
|
@Pooja444 , thanks for the PR! 🤯 Please give us some time to review it. |
Meldiron
left a comment
There was a problem hiding this comment.
Great quality of Java code! 🤯 I left my review, a few small things need to be changed, but other than that, amazing PR. Once my PRs are addressed, I can mark this approved.
|
@Meldiron thanks a lot for your comments! I have addressed them and made the required changes. |
Meldiron
left a comment
There was a problem hiding this comment.
Looks great to me 😇 🎉🎉🎉
|
Thanks for approving it @Meldiron 😁 |
|
THANK YOU! All changes merged 🥳 Please reach out to me on our Discord server if you would like to claim your Appwrite swags! As a way of saying thank you, we would also love to invite you to join the Appwrite organization on GitHub. Please share your GitHub username with us on Discord. You can accept the invite by visiting https://github.com/orgs/appwrite/invitation. By joining our team, you will officially be an Appwrite maintainer on GitHub. You can change your membership visibility settings, so your new Appwrite team membership badge will show up on your personal GitHub profile. Please feel free to look for more PRs you might be interested in helping with on our long list of Hacktoberfest friendly issues and help make Appwrite better :) |




Github Issue
Closes: appwrite/appwrite#4191
Description
This change will add the example of generating a short URL using Java. The supported providers are [tinyurl, bitly]
This change also adds a README for deploying the code using docker.
Successful executions
Successful execution using bitly
Successful execution using tinyurl
Errors
Empty payload error
Empty variables error
Empty API key error
No provider error
No URL error
Unsupported provider error
Invalid URL error