Dan6erbond / share-me

An image and video hosting platform for your server, with rich embed support and API.
https://dan6erbond.github.io/share-me/
MIT License
145 stars 10 forks source link

feat: ✨ Implement Custom API Keys and Create Posts Route #27

Closed Dan6erbond closed 1 year ago

Dan6erbond commented 1 year ago

Closes #26.

Dan6erbond commented 1 year ago

User Settings Page:

image

cURL Request to Create a Post:

curl -X POST \
  'http://localhost:8090/api/posts' \
  --header 'Accept: */*' \
  --header 'Authorization: Bearer <key>' \
  --form 'file=@/path/to/file.jpeg'
cocogitto-bot[bot] commented 1 year ago

:heavy_check_mark: 784ce15...c9734c0 - Conventional commits check succeeded.