Skeddly API
Search
K
Comment on page

Introduction

Welcome to the Skeddly API.
This API is organized as a RESTful API:
  • URLs are organized into "resources", and
  • Appropriate HTTP methods, such as GET, POST, PUT, and DELETE are used.
Cross-origin resource sharing, or CORS, is fully supported.
POST and PUT requests support JSON in the body of the request.
Almost all responses, successes and failures, return JSON.
Last modified 5yr ago