Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 1.11 KB

File metadata and controls

66 lines (55 loc) · 1.11 KB

WordPress API

WebSite - in work

Open source project to have a more powerful and secure API than the basic API in WordPress. The idea is to plug this project on WordPress data.

This project has as its skeleton: API Platform

Launch Behat tests : bin/behat

To do

General

  • Add OAuth2
  • Add table names as a parameter
  • Create a website on GitHub for demo

Entities

  • Post
  • Postmeta
  • Option
  • Link
  • Term
  • Term Relationships
  • Termmeta
  • Term Taxonomy
  • User
  • Usermeta
  • Comment
  • Commentmeta

Fixtures

  • Access Limit
  • Client
  • Scope
  • Post
  • Postmeta
  • Option
  • Link
  • Term
  • Term Relationships
  • Termmeta
  • Term Taxonomy
  • User
  • Usermeta
  • Comment
  • Commentmeta

Unit tests

  • OAuth Token
  • Post
  • Postmeta
  • Option
  • Link
  • Term
  • Term Relationships
  • Termmeta
  • Term Taxonomy
  • User
  • Usermeta
  • Comment
  • Commentmeta