Skip to content

42Box/versioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42Box data를 불러오기 위해서 사용되는 레포지토리입니다.

📱 iOS 현재는 iOS버전에서 사용하고 있습니다.

🖥 macOS에서도 곧 사용 할 예정입니다.

deafult.json

  • 폴더를 불러오기 위해 사용합니다.
    • ex) 42Seoul
      {
        "name": "42Seoul",
        "folder": "default-kr"
      }

default-kr.json

  • 해당 폴더의 URL들을 불러오기 위해 사용합니다.
    • ex) 42Seoul
      {
        "favorite": "https://profile.intra.42.fr/",
        "list": [
          {
            "name": "42 Intra",
            "url": "https://profile.intra.42.fr/"
          },
          {
            "name": "집현전",
            "url": "https://42library.kr/"
          },
          "_comment": "(..이하 생략)"
        ]
      }

Register an ISSUE and Register your web service or a web service you recommend.

ISSUE를 등록하고 자신의 웹서비스를 등록하세요.

이슈 내용을 검토하여 적합하다고 판단하면 Pull request 요청을 드리겠습니다.

Register an ISSUE and register your web service or a web service you recommend.

We'll review the issue and if we think it's appropriate, we'll open a pull request.


URL modification request

수정요청도 위와 같습니다.

Requests for modifications are the same as above.