Skip to content

Fresns API

MethodEndpoint PathRoute Name
GET/api/theme/actions/{path}fresns.api.get
POST/api/theme/actions/{path}fresns.api.post
PUT/api/theme/actions/{path}fresns.api.put
PATCH/api/theme/actions/{path}fresns.api.patch
DELETE/api/theme/actions/{path}fresns.api.delete
php
route('fresns.api.get', [
    'path' => '',
])
  • path value is the API Endpoint Path
  • These GET request interfaces are not supported.:
    • /api/fresns/v1/common/ip-info
    • /api/fresns/v1/group/{gid}/interaction/{type}
    • /api/fresns/v1/user/*
    • /api/fresns/v1/hashtag/*
    • /api/fresns/v1/geotag/*
    • /api/fresns/v1/post/*
    • /api/fresns/v1/comment/*
    • /api/fresns/v1/search/*

Released under the Apache-2.0 License