Skip to content

perpeer/FlickrService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlickrService

This application developed without using a storyboard. The first window starts by AppDelegate window property. All api request runs with Service singleton pattern.

Screenshots

Screen Detail Screen
screen detail-screen

Sample of api url

Sample of api json

Photos json data;

{
  "photos": {
    "page": 1,
    "pages": 1000,
    "perpage": 1,
    "total": 1000,
    "photo": [
      {
        "id": "49084987422",
        "owner": "60946426@N08",
        "secret": "d5d27432bd",
        "server": "65535",
        "farm": 66,
        "title": "Silver_H_027.jpg",
        "ispublic": 1,
        "isfriend": 0,
        "isfamily": 0
      }
    ]
  },
  "stat": "ok"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published