We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7a1de commit 7759febCopy full SHA for 7759feb
dist/api/pagination/cursor-request.js
@@ -3,7 +3,7 @@ const js = `const https = require('https')
3
const options = {
4
hostname: 'api.paystack.co',
5
port: 443,
6
- path: `/transaction?use_cursor=true&perPage=50`,
+ path: '/transaction?use_cursor=true&perPage=50',
7
method: 'GET',
8
headers: {
9
Authorization: 'Bearer YOUR_SECRET_KEY'
dist/api/pagination/offset-request.js
- path: `/transaction?page=1&perPage=50`,
+ path: '/transaction?page=1&perPage=50',
Authorization: 'Bearer SECRET_KEY'
0 commit comments