All Projects → webersongao → DouMao_iOS

webersongao / DouMao_iOS

Licence: MIT license
wordpress博客移动iOS版,点击链接了解更多:

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to DouMao iOS

wp-json-api-flutter
WordPress and WooCommerce JSON API for Flutter Mobile. Register Users, Login (with email or username), Get Users Info, Update Users Info, Update Users Password + more.
Stars: ✭ 24 (+9.09%)
Mutual labels:  wordpress-api, json-api
json-server
Create a dummy REST API from a json file with zero coding in seconds
Stars: ✭ 34 (+54.55%)
Mutual labels:  json-api
JSON-API-Client
Abstract client-side php implementation of the json api specification (jsonapi.org)
Stars: ✭ 17 (-22.73%)
Mutual labels:  json-api
ApiLogicServer
Instantly create customizable database web app projects, providing API, Admin UI, and unique declarative business logic.
Stars: ✭ 83 (+277.27%)
Mutual labels:  json-api
api
_api is an autogenerated CRUD API built on LowDB and ExpressJS.
Stars: ✭ 73 (+231.82%)
Mutual labels:  json-api
ck-caffe2
Integration of Caffe2 to Collective Knowledge workflow framework to provide unified CK JSON API for AI (customized builds across diverse libraries and hardware, unified AI API, collaborative experiments, performance optimization and model/data set tuning):
Stars: ✭ 34 (+54.55%)
Mutual labels:  json-api
DummyJSON
DummyJSON provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a backend.
Stars: ✭ 213 (+868.18%)
Mutual labels:  json-api
izzyparser-ios
IzzyParser is an iOS library for serializing and deserializing JSON:API objects
Stars: ✭ 19 (-13.64%)
Mutual labels:  json-api
yllet
Yllet is a set of packages for the WordPress API for both React and non-React projects
Stars: ✭ 46 (+109.09%)
Mutual labels:  wordpress-api
saule
JSON API library for ASP.Net Web API 2.
Stars: ✭ 74 (+236.36%)
Mutual labels:  json-api
crud-json-api
Build advanced JSON API Servers with almost no code.
Stars: ✭ 47 (+113.64%)
Mutual labels:  json-api
format-to-json
An algorithm that can format a string to json-like template. 字符串JSON格式化的算法。
Stars: ✭ 30 (+36.36%)
Mutual labels:  json-api
lhs
⚛️ REST services accelerator: Rails gem providing an easy, active-record-like interface for http (hypermedia) json services
Stars: ✭ 130 (+490.91%)
Mutual labels:  json-api
yin-middleware
Integrate Woohoo Labs. Yin into your application!
Stars: ✭ 14 (-36.36%)
Mutual labels:  json-api
xml-to-json
Simple API that converts dynamic XML feeds to JSON through a URL or pasting the raw XML data. Made 100% in PHP.
Stars: ✭ 38 (+72.73%)
Mutual labels:  json-api
php-json-api
JSON API transformer outputting valid (PSR-7) API Responses.
Stars: ✭ 68 (+209.09%)
Mutual labels:  json-api
jaq
jaq is a CLI tool for scripting and chaining JSON API requests.
Stars: ✭ 43 (+95.45%)
Mutual labels:  json-api
youtube-json-server
Your personal Youtube API server to get Youtube API responses without needing credentials.
Stars: ✭ 32 (+45.45%)
Mutual labels:  json-api
json-api-server
A JSON:API server implementation in PHP.
Stars: ✭ 43 (+95.45%)
Mutual labels:  json-api
ErpNet.FP
ErpNet.FP is a light-weight cross-platform Http server facilitating printing to fiscal printers through simple JSON Api.
Stars: ✭ 75 (+240.91%)
Mutual labels:  json-api

WBSBlog

著名开源内容管理系统Wordpress的移动iOS版(非官方),目前仅支持Wordpress,后续将开放支Zblog

WBSBlog is an open source Wordpress client for iOS, released under the MIT License .

目录简介

  • WBSJsonApi ——— 包含API和API返回数据的封装模型
  • Utils、Lib ——— 常用的工具方法、类扩展及第三方库
  • home、tag、Left_bar...... ——— 各个具体界面
  • Main ViewControllers ——— 主要的视图控制器(作为基类或使用较广的控制器)

演示

1、博客首页

2、功能边栏

3、搜索

4、设置

运行项目

  1. 下载zip文件
  2. 打开project即可
  3. Libs 文件中包含 JSONAPI库 和 XMLRPC库 可以另作他用。

项目用到的开源类库、组件

序号 类库名称 说明
1 AFNetworking 网络请求
2 MMDrawerController MMDrawerController https://github.com/mutualmobile/MMDrawerController
3 WBSJsonApi Wordpress JSON API https://github.com/webersongao/WBSJsonApi
4 RESideMenu 侧拉栏
5 MBProgressHUD 显示提示或加载进度
6 SDWebImage 加载网络图片和缓存图片
7 TTTAttributedLabel 支持富文本显示的label
8 GPUImage 实现模糊效果
9 Mansory 自动布局框架
10 FontAwesome 图标字体( http://fortawesome.github.io/Font-Awesome/icons/
11 MZDayPicker 日期
12 ToMarkdown  解析文章为markdown
13 GHMarkdownParser 解析文章为HTML

开源协议

WBSBlog app is under the MIT License . See the LICENSE file for more details.

更新记录

v0.1.2 2017-02-10

1、JSON API 登录。

2、修改项目框架为根Tabbar。

v0.1.1 2016-07-19

1、完善项目介绍。

2、修改pch文件。

v0.1 2016-07-19

1、创建项目。

2、完善基本界面。

版本信息

版本: V0.1.2

作者: Weberson Gao

作者博客:http://www.swiftartisan.com

作者邮箱: [email protected]

参考资料

1、JSON API

2、iUnlocker

3、JSON API User

4、WordPress-API-iOS

5、JSON API Notes

6、WP_REST_API_Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].