Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 345 Bytes

get.md

File metadata and controls

20 lines (12 loc) · 345 Bytes

Colors

This endpoint provides colors that represent the target Smalltalk dialect.
These colors can (and will) be used on fron-end.

URL: /colors

Method: GET

Success Responses

Code : 200 OK

Content: string

Example:: Pharo colors GET /colors.

{ "primary": "#3297d4", "secondary": "#1565c0" }