An api to decode pages into a simple model.
If you're planning to use this server you can follow these steps.
You can use this Sample Link. It have filters for pages that we can handle.
Select one result and copy its link, there is no need navigate to the page, this is what we're trying to avoid.
Here is a sample:
https://www.animesorion.video/60417
The link should be passed as text/plain
on the request body.
You should use POST
.
Be careful: do not send the url quoted, it will mess up the server.
You can run a sample with this command bellow:
curl https://anime-watcher-spark.herokuapp.com/decoder -d "https://www.animesorion.video/60417"
We use Api Blueprint for documentation.
Our documentation is here.
You can use one mock server to run the documentation as a server.
If you want to see documentation in a better way, use a renderer.