freelancevip/freelancehunt-api

此包的最新版本(1.0.1)没有可用的许可证信息。

Freelancehunt PHP API

1.0.1 2017-09-07 23:44 UTC

This package is not auto-updated.

Last update: 2024-09-21 15:42:46 UTC


README

简介

提供对服务功能的编程访问,例如新闻流、私信、项目列表、用户信息等。

使用 Composer 安装

$ composer require freelancevip/freelancehunt-api

安装后,如果尚未连接,请连接自动加载器

require_once 'vendor/autoload.php';

使用示例

$app_id = 'your_app_id';
$app_secret = 'your_app_secret';

$api = new Freelancevip\FreelancehuntApi\Api($app_id, $app_secret);

$profile = $api->profile( 'me' );
print_r($profile);

功能

  • 私信
    • 新的对话列表
    • 分页显示的对话列表
    • 对话中的消息列表
    • 在对话中发布新消息
  • 新闻流
    • 新闻流中的消息
  • 用户
    • 用户信息
    • 自由职业者的作品集
    • 用户评价
  • 项目
    • 类别列表
    • 分页显示的开放项目列表
    • 项目详情
    • 项目投标列表
    • 添加投标