Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla-iam/dino-park-fossil
Curating all the dino pictures.
https://github.com/mozilla-iam/dino-park-fossil
Last synced: about 1 month ago
JSON representation
Curating all the dino pictures.
- Host: GitHub
- URL: https://github.com/mozilla-iam/dino-park-fossil
- Owner: mozilla-iam
- License: mit
- Created: 2019-03-25T20:41:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T14:08:14.000Z (about 1 year ago)
- Last Synced: 2023-12-20T10:56:49.918Z (about 1 year ago)
- Language: Rust
- Size: 721 KB
- Stars: 3
- Watchers: 12
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DinoPark Fossil (drawing Dinos since 2019)
[![Build Status](https://travis-ci.org/mozilla-iam/dino-park-fossil.svg?branch=master)](https://travis-ci.org/mozilla-iam/dino-park-fossil)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiYm5WZU0yTkR5TEMvSTVudXNpbkhCQ21FNlR5VitCRDk3d2U2d0JwU0MwcG5zQWVxUUNOZk1yMEZ4V1M5MWliTE5VdC9RdWNsb1Q4OWIwSUljaDdraUU0PSIsIml2UGFyYW1ldGVyU3BlYyI6InpENHlxdEJPRnpSVTJTM0EiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)DinoPark Fossil is DinoPark's picture service. It handles uploads, resizing and serving of profile pictures.
It provides the following APIs:
- `GET /avatar/get/id/{pictureName}` to retrieve the picture
- `POST /avatar/send/intermediate` to upload a new intermediate picture (will be deleted after 24h), will return an UUID needed in the following internal API calls.
- (internal) `DELETE /internal/delete/{uuid}` to delete an intermediate profile picture before deleted automatically
- (internal) `POST /internal/save/{uuid}` to save an intermediate profile picture to the profile
- (internal) `POST /internal/display/{uuid}` to change a display level of a profile picture