Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 806 Bytes

Pastr Client - Vue

This is the frontend code for the Pastr service. For backend go to this repository.

Build Status

Branch Status
master CircleCI

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