Cite This Page
Bibliographic details for HTTP REST APIs with Node.js - Express.js[edit | edit source]
- Page name: HTTP REST APIs with Node.js - Express.js
- Author: Sinfronteras contributors
- Publisher: Sinfronteras, .
- Date of last revision: 21 June 2020 15:48 UTC
- Date retrieved: 8 December 2025 03:25 UTC
- Permanent URL: http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543
- Page Version ID: 15543
Citation styles for HTTP REST APIs with Node.js - Express.js[edit | edit source]
APA style[edit | edit source]
HTTP REST APIs with Node.js - Express.js. (2020, June 21). Sinfronteras, . Retrieved03:25, December 8, 2025
from http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543.
MLA style[edit | edit source]
"HTTP REST APIs with Node.js - Express.js." Sinfronteras, . 21 Jun 2020, 15:48 UTC.8 Dec 2025, 03:25
<http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543>.
MHRA style[edit | edit source]
Sinfronteras contributors, 'HTTP REST APIs with Node.js - Express.js', Sinfronteras, , 21 June 2020, 15:48 UTC, <http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543> [accessed8 December 2025
]
Chicago style[edit | edit source]
Sinfronteras contributors, "HTTP REST APIs with Node.js - Express.js," Sinfronteras, , http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543 (accessedDecember 8, 2025
).
CBE/CSE style[edit | edit source]
Sinfronteras contributors. HTTP REST APIs with Node.js - Express.js [Internet]. Sinfronteras, ; 2020 Jun 21, 15:48 UTC [cited2025 Dec 8
]. Available from:
http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543.
Bluebook style[edit | edit source]
HTTP REST APIs with Node.js - Express.js, http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543 (last visitedDecember 8, 2025
).
BibTeX entry[edit | edit source]
@misc{ wiki:xxx,
author = "Sinfronteras",
title = "HTTP REST APIs with Node.js - Express.js --- Sinfronteras{,} ",
year = "2020",
url = "http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543",
note = "[Online; accessed 8-December-2025
]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Sinfronteras",
title = "HTTP REST APIs with Node.js - Express.js --- Sinfronteras{,} ",
year = "2020",
url = "\url{http://wiki.sinfronteras.ws/index.php?title=HTTP_REST_APIs_with_Node.js_-_Express.js&oldid=15543}",
note = "[Online; accessed 8-December-2025
]"
}