PHP Classes

File: docs/php-api-collection/Add User.bru

Recommend this page to a friend!
  Classes of Cauê Santana   PHP RESTful API   docs/php-api-collection/Add User.bru   Download  
File: docs/php-api-collection/Add User.bru
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RESTful API
API application that uses the MVC design pattern
Author: By
Last change:
Date: Yesterday
Size: 212 bytes
 

Contents

Class file image Download
meta { name: Add User type: http seq: 4 } post { url: {{url}}/users body: json auth: none } body:json { { "name": "test", "email": "test20@gmail.com", "password": "testpassword" } }