Skip to content

Instantly share code, notes, and snippets.

View herunoegs's full-sized avatar

Heru herunoegs

View GitHub Profile

DAFTAR API

Data Client Apps

Hybrid

client_id = 'NTE0ZDEzOTIwY2VhZmVk'

client_secret = 'e3748abd70685a01553802e044d12404bce0ab13'

@herunoegs
herunoegs / gist:9798525
Created March 27, 2014 02:07
APIs-books/all_collections
{
meta: {
code: 200
confirm: null
}-
data: {
0: {
Collection: {
id: "2"
type: "Book"
@herunoegs
herunoegs / gist:9798471
Created March 27, 2014 02:04
APIs-books/browse_collections
{
meta: {
code: 200
confirm: "success"
}-
data: {
offset: 0
limit: 10
data: {
0: {
@herunoegs
herunoegs / gist:9798441
Created March 27, 2014 02:02
APIs-books/recommend_collections
{
meta: {
code: 200
confirm: "success"
}-
data: {
offset: 0
limit: 10
data: {
0: {
@herunoegs
herunoegs / gist:9500802
Created March 12, 2014 04:23
APIs-user_followings-followings
{
meta: {
code: 200
confirm: null
}-
data: {
offset: 0
limit: 10
data: {
0: {
@herunoegs
herunoegs / gist:9500792
Created March 12, 2014 04:22
APIs-user_followings-followers
{
meta: {
code: 200
confirm: null
}-
data: {
offset: 0
limit: 10
data: {
0: {
@herunoegs
herunoegs / gist:9500451
Created March 12, 2014 03:43
APIs-orders/purchase_histories
{
meta: {
code: 200
confirm: "success"
}-
data: {
offset: 0
limit: 10
data: {
0: {
@herunoegs
herunoegs / gist:9499832
Created March 12, 2014 02:45
APIs-wishlists-user_want_this
{
meta: {
code: 200
confirm: "success"
}-
data: [1]
0: {
User: {
name: "HeruQCAPI"
username: "heru.tinf@gmail.com"
@herunoegs
herunoegs / gist:9481986
Created March 11, 2014 09:00
APIs-messages/conversation
{
meta: {
code: 200
confirm: null
}-
data: {
offset: 0
limit: 10
data: {
0: {
@herunoegs
herunoegs / gist:9481876
Created March 11, 2014 08:51
APIs-messages/delete
{
meta: {
code: 200
confirm: null
}-
data: "Data Message berhasil dihapus"
}