Cloud infrastructure/devops
link.fish
link.fish sandbox and mock API
API to easily extract data from websites. # Base URL All URLs referenced in the documentation have the following base: ``` https://api.link.fish ``` The REST API is only served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported. # Authentication HTTP requests to the REST API are protected with [HTTP Basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 8
- Collections
- -
- Event types
- -
example request
curl https://your-link-fish.slurry.io/Urls/apps \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 2018-07-05.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
All 8.
- GET/Urls/apps
- GET/Urls/browser-data
- GET/Urls/browser-screenshot
- GET/Urls/data
- GET/Urls/data-raw
- GET/Urls/data-tabular
- GET/Urls/geo-coordinates
- GET/Urls/social-media