Pastr Client - Vue
This is the frontend code for the Pastr service. For backend go to this repository.
Build Status
| Branch | Status |
|---|---|
| master |
Endpoints
{BASE} = Base API Url - https://pastr.userr00t.com
GET {BASE}/{id}
Opens the view page and fetches one paste by ID.
GET {BASE}/{id}#L{line}
Opens the view page and fetches one paste by ID. Will automatically nagigate to line number "{line}".
GET {BASE}/
Opens the create/edit page.
Todo
- Refactor