Jump to content

REST API Schema?


pyro888

Recommended Posts

Is there a schema for the REST API? I cant imaging would it would not be available...

Name Media type Notes
CoreJSON application/coreapi+json Supports both Schemas & Hypermedia.
OpenAPI ("Swagger") application/openapi+json Schema support.
JSON Hyper-Schema application/schema+json Schema support.
HAL application/hal+json Hypermedia support.

https://github.com/core-api/python-client

https://developer.wordpress.org/rest-api/extending-the-rest-api/schema/

Getting the Schema is pretty much step 1 in any REST Client: http://www.django-rest-framework.org/topics/api-clients/#getting-started_1

Link to comment
Share on other sites

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...