Skip to content
abalone23 edited this page Oct 3, 2018 · 1 revision

All RESTku web services are comprised of mock services and none of the data is real.

Notes

  • All web service endpoints accessible via http or https
  • All web service parameters may be specified via GET variable or as part of URL path
    • GET parameter: api.restku.com/service/1?kuid=1
    • Path: api.restku.com/service/1/kuid/1
  • Authentication subdomain: auth.restku.com
  • Documentation subdomain: doc.restku.com
  • API subdomain: api.restku.com

Introduction

REST Authentication Methods

Examples

Clone this wiki locally