cosmicoptima / loom

A Loom implementation in Obsidian
GNU Affero General Public License v3.0
215 stars 25 forks source link

Ability to pass through custom parameters to APIs #23

Open ampdot-io opened 2 months ago

ampdot-io commented 2 months ago

Ability to pass through custom JSON parameters to APIs

Useful for things like:

The most gormed way to do this would be to generate a UI from a JSON Schema input but any implementation of this would be useful. Another gormed way to do it would be to allow specifying the custom fields per model, parsing dots into subfields

cosmicoptima commented 1 month ago

likely the way i would do this is just allow you to write out a raw json object that gets added onto the body

ampdot-io commented 1 month ago

ok