Long story short I created a bundle for request validation with JSON Schema because no existing "schema-first" validator fit my requirements. Now I just attach a JSON file to a route and get everythin
Join discussionHello, all. I have a framework using PHP + HTML with some JS/jQuery. I am pulling data from an API. Unfortunately the API doesn't support SORT features in the query or return. https://omegle.onl/ Let's say my query results in 5 pages of data from th...
CTclarke and 9 more commentedMy problem is when paging my API requests it happens rather often that an object which has a reference to another is intersected. For example I call api/books/1 on that page I already loaded api/authors. But the author associated to Book:1 isn't in ...
Join discussionI have a bunch of subdomains: auth.example.com, api.example.com, dashboard.example.com, and reports.example.com. The reports site, by default, displays some basic reports (i know, duh). Now if a user logs in to the dashboard via the auth page (hosted...
GGergely commented