Skip to content

Instantly share code, notes, and snippets.

View androettop's full-sized avatar
👨‍💻

Pablo Androetto androettop

👨‍💻
  • Italy
  • 12:07 (UTC +02:00)
View GitHub Profile
@androettop
androettop / sampleapi.yaml
Created September 5, 2025 14:39
Sample API description (ParaSync)
display_name: SampleAPI
name: sampleapi.com
search_url: |
~'https://sampleapi.com/api/maps?' ||
'query=' || encodeURIComponent(query) ||
'&limit=' || pageSize ||
'&offset=' || ((page - 1) * pageSize) ||
'&sort=' ||
case(
sortBy,
{"IsExternal": false}