Skip to content

Instantly share code, notes, and snippets.

View arbo77's full-sized avatar
🤧
I may be slow to respond.

Ari Wibowo arbo77

🤧
I may be slow to respond.
View GitHub Profile
@caruccio
caruccio / rh-openshift-rest-api.txt
Last active September 20, 2017 22:33
Summary of RedHat's Openshift RESTfull API
############################################
# Summary of RedHat's Openshift RESTfull API
#
# METHOD PATH PARAMETER_NAME=[VALUE|...] <NAME=[VALUE|...]>
#
# - <...> are optional parameter.
# - VALUE* is the default.
############################################
# Domains
@arbo77
arbo77 / blogspot-list.php
Created July 29, 2012 20:21
Blogspot content parser using PHP CUrl, last update using Google Blogger API
<?php
/*
* read more on :
* https://developers.google.com/blogger/docs/3.0/getting_started
*
*/
$key["server"] = "YOUR_BLOGGER_API_KEY";
$blogId = "YOUR_BLOG_API";