16: Simplify
This commit is contained in:
parent
5db0e59100
commit
2abad3038c
|
@ -1,27 +1,11 @@
|
||||||
---
|
---
|
||||||
title: Waku v2 JSON-RPC REST API
|
slug: 16
|
||||||
version: 0.0.1
|
title: 16/WAKU2-RPC
|
||||||
status: Raw
|
name: Waku v2 RPC API
|
||||||
authors: Hanno Cornelius <hanno@status.im>
|
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
|
# 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.
|
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. [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)
|
1. [Waku v2 specification](https://github.com/vacp2p/specs/blob/master/specs/waku/v2/waku-v2.md)
|
||||||
|
|
||||||
# Changelog
|
|
||||||
|
|
||||||
TBD
|
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
|
|
||||||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
|
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
|
||||||
|
|
Loading…
Reference in New Issue