Replies: 1 comment 3 replies
-
For {
"long_url": <long URL entered by user>
} And the response would be {
"long_url": <long URL entered by user>,
"special_code": <special code generated by system for verification during update or remove>,
"stub": <stub that would be used for short link>
} For If need be, we can change it to be POST on {
"stub": <stub>
} And the response would be {
"long_url": <long URL entered by user>
} Let me know which one is more convenient @deep-mm, cc @alunavat |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@akk5597 @psurana-ncsu
What is the URL model that Post API expects from the front end?
FYI @alunavat
Beta Was this translation helpful? Give feedback.
All reactions