mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Add API change notice
This commit is contained in:
parent
1818fac196
commit
63a0a3d840
6
.github/workflows/general.yml
vendored
6
.github/workflows/general.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: general
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
API.md
2
API.md
@ -1,5 +1,7 @@
|
||||
# API
|
||||
|
||||
> **IMPORTANT:** Even though the API is defined pretty well, it may encounter breaking changes while on the `develop` branch!
|
||||
|
||||
The REST API provided by pasty is the most important entrypoint when it comes to interacting with it. Basically everything, including the pasty frontend, is built on top of it.
|
||||
To make things easier for other developers who decide to develop something in connection to pasty, everything important about it is documented here.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user