REST API that you can use if you need some fake data.
RESOURCES:
HTTP methods supported so far.
- GET countries
- GET country/{code}
- GET items
- GET item/{id}
- GET posts
- GET post/{id}
- GET users
- GET user/{id}
- GET customers
- GET customer/{id}
- GET invocies
- GET invoiceLines/{id}
POST /userLogin
Body - Form Encoded
name: json value: { "username": "", "password": "" }
POST /customerLogin
Body - Form Encoded
name: json value: { "code": "", "password": "" }
.
For a Demo purpose only.
.