Skip to content

Instantly share code, notes, and snippets.

View shinrikiken's full-sized avatar

神力 賢海 shinrikiken

View GitHub Profile
@shinrikiken
shinrikiken / Example of calling API
Last active June 21, 2018 08:33
Calling Shop API to with `SOKEN` name as a parameter, and example of response data
Get Data from URL : https://soken-dev.c0d1um.io/api/shops/?name=SOKEN
Response data :
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 12,
"dealer": {
//
// CheckAppVersion.swift
// ENEOSPOS
//
// Created by Than Htike Aung on 12/2/16.
// Copyright © 2016 CODIUM. All rights reserved.
//
import UIKit
//
// CheckAppVersion.swift
// ENEOSPOS
//
// Created by Than Htike Aung on 12/2/16.
// Copyright © 2016 CODIUM. All rights reserved.
//
import UIKit