KookbangFriends
  • Project : 국방프렌즈
  • Team : 우와한장병들
  • Summary: 발표자료
  • 개발계획서
    • 프로젝트 개요
    • 프로젝트 설계
    • DB & Schema 설계
  • 플랫폼 소개
    • 비대면 상담 서비스
    • 국방SNS
    • 인공지능 챗봇 서비스
    • 카드뉴스
  • 기대효과
    • 사용자 기대효과
    • 관리자 기대효과
  • 기술스택 소개
    • 사용한 기술스택
    • 사용한 오픈소스 소개
  • 프로젝트 사용법
    • Getting started
    • Open API Document
Powered by GitBook
On this page
  • Get Card News
  • Get SNS Data

Was this helpful?

  1. 프로젝트 사용법

Open API Document

국방프렌즈의 오픈 API 도큐먼트

Get Card News

GET https://osam2.kookbang.kr/cards

This endpoint allows you to get free card news.

Request Body

Name
Type
Description

id

string

content id

title

string

content title

contents

array

content contents images

date

string

content date

thumbnail

object

content thumbnail

author

string

content author

createdAt

string

content createdAt

{    "id": "content id",    "title": "content title",    "contents": "{[content images]}",    "date": "content view date",    "thumbnail": "content thumbnail",    "author": "content thumbnail",    "createdAt": "content created date"    }
{    "statusCode":404,"error":"Not Found",    "message":"Not Found"    }

Get SNS Data

GET https://osam2.kookbang.kr/feeds

Request Body

Name
Type
Description

id

string

content id

date

string

content title

type

string

content type

thumbnail

object

content thumbnail

description

string

content description

createdAt

string

content createdAt

{    "id": "content id",    "type": "content type",    "title": "content title",    "description": "content description",    "date": "content view date",    "thumbnail": "content thumbnail",   "createdAt": "content created date"    }
{    "statusCode":404,"error":"Not Found",    "message":"Not Found"    }
PreviousGetting started

Last updated 4 years ago

Was this helpful?

card strucutre
feed structure