@Samhill Serverless is basically functions in the cloud meaning every function/code snippet is completely independent of each other. This makes things WAY more complicated to develop the larger an application becomes. Costs are usually lower since you only pay for what you use, but this...
@volcelhmptn if you are creating a browser extension/user script for mangadex you can simply simpy fetch data from the api without problems. If you create a website that displays data or whatever do not try to fetch data directly via the browser of the client, instead make an request to your own...
They are using version 4.1.1 of bootstrap wich comes with jquery 3.3.1.If you just replace the jquery with an up2date one then it could break stuff. Big libraries(like jquery) are usually designed in a way that replacing them with a new version wont cause issues but sometimes it can happen...
Would love to see frequently updated database dumps of manga related data.
Something like this:
This would allow developers to give their users an estimate without needing to spam the api.
Instead of fetching the data of 40 mangas via your api every time the user makes a new search, i can...