1Migrated from folder: api/anime
1Migrated from folder: Gift/myApiDeleteAll
1Migrated from folder: Gift/myApiDelete
1Migrated from folder: Gift/myApiAdd
3Given a valid booking token, this val attempts to make a reservation for the booking token's slot.
4
5There is some retry logic as the API route (rarely) returns an internal server error.
1(Part of: https://www.val.town/v/vtdocs.resyBot)
2
3Resy's current public API key.
7#glif #glifs
8
9Migrated from folder: Glif_API/glifs
152. Replace "SPOT" with the symbol you want
16
17## API
18
19This val currently uses Alpha Vantage's free plan (5 requests per minute & 500 per day).
20
21You can sign up for your own API Key here: https://www.alphavantage.co/support/#api-key
22
23Migrated from folder: External_APIs/AlphaVantage/stockPrice
1# Pug HTML Template Renderer
2This function is equivalent to [`pug.render`](https://pugjs.org/api/reference.html#pugrendersource-options-callback) - it takes a Pug template string and renders it to an HTML string. `import(npm:pug)` doesn't work in Val.Town due to Pug's usage of `new Function`, which is forbidden for security reasons, so this function uses Val.Town's `eval` API instead.
3
4## Example