Addresses
CREATE An Address
Create an address
POST
https://api.gorider.co/v1/addresses
Creates a new pet.
Request Body
Name
Type
Description
name*
string
The name of the pet
owner_id
string
The id
of the user who owns the pet
species
string
The species of the pet
breed
string
The breed of the pet
GET Addresses
GET
Query Parameters
Name
Type
Description
String
Or use directly the GoRider client available on node.js
GET Main (default) Address
GET
Or use directly the GoRider client available on node.js
UPDATE An Address
Update an address
PUT
https://api.gorider.co/v1/addresses/:addressId
DELETE An Address
POST
Last updated