How to read Response Header with pagination metadata. #476
Unanswered
shyammaggo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am returning Pagination Metadata (Total records, page number, total pages) etc. from my API in a X-Pagination response header.
My Vue.Js code is making a GET call to the API to get records and pagination metadata in the header.
I am trying to read the response header to implement the pagination but I am not able to do it.
Is there a working code sample to refer, I am new to Vue.JS development and kind of out of ideas.
Please share the sample code or any tips to move forward.
Thanks in Advance
Beta Was this translation helpful? Give feedback.
All reactions