ceramicnetwork / CIPs

The Ceramic Improvement Proposal repository
https://cips.ceramic.network/
MIT License
82 stars 22 forks source link

Feat: Ceramic API using OpenAPI #141

Closed oed closed 1 year ago

oed commented 1 year ago

After some discussions with @stbrody it seems like using a REST api could be a good idea since it allows us to use multiple content types, among other benefits.

This PR proposes changing to using an http REST api. It also simplifies the api by reducing the number of endpoints needed.