=======================
Programmer & Developer Cook-Book | Covers Programming Languages, Databases, Linux Commands and more.
- CitingCode | libguides.com
- Change user in github
- jankfree.org
- Upstart Intro, Cookbook and Best Practices.
- HTTP (HyperText Transfer Protocol)
- Richardson Maturity Model
- REST: I don't Think it Means What You Think it Does • Stefan Tilkov • GOTO 2014
- If an API only provides POST requests functions, is it RESTful?
-
Design to aggregate multiple REST APIs and send the data to UI
-
Need recommendation to create an API by aggregating data from multiple source APIs
-
Aggregate API Calls | API Mesh
offsets are technically bounded between -12:00 and 14:00
- python-dateutil dateutil - powerful extensions to datetime for Python
-
{JSON} Placeholder JSONPlaceholder is a free online REST API that you can use whenever you need some fake data. It can be in a README on GitHub, for a demo on CodeSandbox, in code examples on Stack Overflow, ...or simply to test things locally.
Interactive JavaScript Diagrams for the Web
# Read certificate local
openssl x509 -text -noout -in certificate.crt
# Read certificate remote
openssl s_client -showcerts -connect www.itundra.com:443
openssl x509 -in certificate.crt -text