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: 9 July 2025 04:18 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, . Retrieved04:18, July 9, 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.9 Jul 2025, 04:18
<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> [accessed9 July 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 (accessedJuly 9, 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 Jul 9
]. 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 visitedJuly 9, 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
9-July-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
9-July-2025
]"
}