Skip to content

NikolaDonchev/aidtrack-api-rwp

Repository files navigation

AidTrack Project

AidTrack is RWP from Coventry University

Information

Information about the project

API Endpoints

use Restserver\Libraries\REST_Controller;

class V1 extends REST_Controller
{
  public function campaigns_get()
  {
    // Option ID to get one entry
    // Without ID all campaigns are given as response
    // Response structure will come here
  }

  public function campaigns_post()
  {
    // Required fields
    // ....
  }

  public function shipments_get()
  {
    // Option ID to get one entry
    // Without ID all campaigns are given as response
    // Response structure will come here
  }
  public function shipments_post()
  {
    // Required fields
    // ....
  }

  public function products_get()
  {
    // Option ID to get one entry
    // Without ID all campaigns are given as response
    // Response structure will come here
  }
  public function products_post()
  {
    // Required fields
    // ....
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors