FORMAT: 1A HOST: https://localhost:8080/
Polls is a simple API allowing consumers to view polls and vote in them.
-
Request (application/json)
- Attributes (object)
- longUrl: string
- Attributes (object)
-
Response 201 (application/json)
-
Body
{ "longUrl": "string", "shortLink": "string", }
-
-
Request (application/json)
-
Response 301 (text/html)