You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paul Dilyard edited this page Sep 29, 2015
·
1 revision
*Create a new shortened URL
POST/urlsAuth->admin,staff{"full": String,// the full length URL"short": String// the shortened key}HTTP/1.1201Created{"_id": String,"full": String,"short": String}