← Back to catalog

Other

They Said So Quotes

auto-generated
swirls add quotes
actionDELETEv1.0.0

delete_quote

Delete a quote. The user needs to be the owner of the quote to be able to delete it.

Source
actionDELETEv1.0.0

delete_quote_dislike

Remove the disLike for the given Quote as a user of the API Key.

Source
actionDELETEv1.0.0

delete_quote_image

Delete a quote image. The user needs to be the owner of the quote image to be able to delete it.

Source
actionDELETEv1.0.0

delete_quote_image_background

Delete a background image file. The user needs to be the owner of the background image to be able to delete it.

Source
actionDELETEv1.0.0

delete_quote_image_font

Delete a font file. The user needs to be the owner of the font to be able to delete it.

Source
actionDELETEv1.0.0

delete_quote_like

Remove the Like for the given Quote as a user of the API Key.

Source
actionGETv1.0.0

get_qod

Gets `Quote of the Day`. Optional `category` param determines the category of returned quote of the day

Source
actionGETv1.0.0

get_qod_categories

Gets a list of `Quote of the Day` Categories.

Source
actionGETv1.0.0

get_qod_languages

Gets a list of supported languages for `Quote of the Day`.

Source
actionGETv1.0.0

get_qshow

Gets a details about a qshow.

Source
actionGETv1.0.0

get_qshow_list

Get the list of Qshows in They Said So platform.

Source
actionGETv1.0.0

get_quote

Gets a `Quote` with a given `id`.

Source
actionGETv1.0.0

get_quote_image

Gets a Quote image for a given id. Response can be an image file as a binary or a base64 encoded contents wrapped in json. `TODO`

Source
actionGETv1.0.0

get_quote_image_search

Gets a Random Quote image. Optional `category` param determines the category of quote used in the image. Optional `author` param gets the quote image of a given author.

Source
actionGETv1.0.0

get_quote_list

Get the list of quotes in your private collection.

Source
actionGETv1.0.0

get_quote_random

Gets a `Random Quote`. When you are in a hurry this is what you call to get a random famous quote.

Source
actionGETv1.0.0

get_quote_search

Search for a `Quote` in They Said So platform. Optional `category` , `author`, `minlength`, `maxlength` params determines the filters applied while searching for the quote.

Source
actionPATCHv1.0.0

patch_qshow

Update an existing qshow.

Source
actionPOSTv1.0.0

post_quote

Add a new quote to your private collection. Same as 'PUT' but added since some clients don't handle PUT well.

Source
actionPOSTv1.0.0

post_quote_dislike

Dislike the given Quote as a user of the API Key. Same as `put` but a convenient alias for those clients that don't support `put` cleanly.

Source
actionPOSTv1.0.0

post_quote_image_font

Add a font file for use later in creating a quote image. This is essentially a `PUT` but not many clients handle PUT with binary stream i.e. a file, gracefully.

Source
actionPOSTv1.0.0

post_quote_like

Like the given Quote as a user of the API Key. Same as `PUT` but a convenient alias for those clients that don't support `PUT` cleanly.

Source
actionPUTv1.0.0

put_qshow

Create and add a new qshow to your private collection.

Source
actionPUTv1.0.0

put_quote

Add a new quote to your private collection.

Source
actionPUTv1.0.0

put_quote_dislike

Dislike the given Quote as a user of the API Key. Some clients don't cleanly support `PUT`, in such scenarios use the `POST` version of this.

Source
actionPUTv1.0.0

put_quote_image

Create a new quote image for a given quote. Choose background colors/images , choose different font styles and generate a beautiful quote image. Did you just had a feeling of being a god or what?!

Source
actionPUTv1.0.0

put_quote_like

Like the given Quote as a user of the API Key. Some clients don't cleanly support `PUT`, in such scenarios use the `POST` version of this.

Source
Beyond the catalog

Any provider, on request.

01

Request it

Tell us which provider you need, and we will ship it in the registry.

02

Generate it

Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.

acme · integrations
terminal
~/acme $swirls add linear
✓ 12 typed actions · scopes and schemas included
 
~/acme $swirls add https://api.acme.dev/openapi.json
◆ Fetched spec · 38 operations
✓ 6 typed actions · generated from spec