8000 GitHub - anoriar/laravel-transition
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anoriar/laravel-transition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install project

make install

API

Mutation for creating short url:

POST http://10.0.4.1/graphql
 mutation {
     generateShortUrl(long_url:"https://10.0.4.1/t222ewf6111")
 }

Get all transitions:

POST http://10.0.4.1/graphql
{
    transitions {
        long_url
        token
        clicks
    }
}

To redirect to a long url by token, try this:

GET http://10.0.4.1/wEz6mAm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0