16: Simplify

This commit is contained in:
Oskar Thoren 2021-03-29 17:34:06 +08:00
parent 5db0e59100
commit 2abad3038c
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 5 additions and 25 deletions

View File

@ -1,27 +1,11 @@
---
title: Waku v2 JSON-RPC REST API
version: 0.0.1
status: Raw
authors: Hanno Cornelius <hanno@status.im>
slug: 16
title: 16/WAKU2-RPC
name: Waku v2 RPC API
status: raw
editor: Hanno Cornelius <hanno@status.im>
---
# Table of Contents
1. [Introduction](#introduction)
1. [Wire Protocol](#wire-protocol)
1. [Transport](#transport)
1. [Types](#types)
1. [Method naming](#method-naming)
1. [Debug API](#debug-api)
1. [Relay API](#relay-api)
1. [Store API](#store-api)
1. [Filter API](#filter-api)
1. [Admin API](#admin-api)
1. [Private API](#private-api)
1. [Example usage](#example-usage)
1. [Changelog](#changelog)
1. [Copyright](#copyright)
# Introduction
This specification describes the JSON-RPC API that Waku v2 nodes MAY adhere to. Refer to the [Waku v2 specification](https://github.com/vacp2p/specs/blob/master/specs/waku/v2/waku-v2.md) for more information on Waku v2.
@ -611,10 +595,6 @@ This method is part of the `store` API and the specific resources to retrieve ar
1. [LibP2P PubSub specification - topic descriptor](https://github.com/libp2p/specs/tree/master/pubsub#the-topic-descriptor)
1. [Waku v2 specification](https://github.com/vacp2p/specs/blob/master/specs/waku/v2/waku-v2.md)
# Changelog
TBD
# Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).