Skip to content

Instantly share code, notes, and snippets.

View AhmedKorim's full-sized avatar

Ahmed Korim AhmedKorim

View GitHub Profile
/*
* WP REST API version 2.0-beta7
* API base url ishttp://www.example.com/wp-json
*
* Reference
* https://wordpress.org/support/topic/new-post-with-image
*/
/*
* Get Guzzle HTTP Client. That client has been authenticated.
*/
@rbuckton
rbuckton / CancellationToken.md
Last active June 26, 2021 20:58
External Cancellation of Promises with CancellationTokenSource
@subfuzion
subfuzion / mongoose-cheatsheet.md
Created February 26, 2014 19:03
mongoose cheatsheet

Definitely not comprehensive. This is meant to be a basic memory aid with links to get more details. I'll add to it over time.

Install

$ npm install mongoose --save

Connect

const mongoose = require('mongoose');
@hofmannsven
hofmannsven / README.md
Last active April 1, 2025 06:51
Git CLI Cheatsheet