PHP Classes

File: requests.http

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Inisev Sub PHP Email API   requests.http   Download  
File: requests.http
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Inisev Sub PHP Email API
API to manage newsletter subscriptions
Author: By
Last change:
Date: 2 years ago
Size: 628 bytes
 

Contents

Class file image Download
POST http://localhost:8000/api/users Content-Type: application/json { "name": "Jane", "email": "jane@anonym.net", "password": "1234" } ### POST http://localhost:8000/api/websites/subscriptions Content-Type: application/json { "user": 1, "website": 1 } ### POST http://localhost:8000/api/websites/posts Content-Type: application/json { "user": 1, "post_title": "Post Number 1", "post_content": "Post content should be here" } ### POST http://localhost:8000/api/websites Content-Type: application/json { "user": 1, "website_name": "Inisev", "website_domain": "inisev.com" } ###