vegaprotocol / vega

A Go implementation of the Vega Protocol, a protocol for creating and trading derivatives on a fully decentralised network.
https://vega.xyz
GNU Affero General Public License v3.0
37 stars 22 forks source link

API audit (docs Vs API implementation) #7630

Closed gordsport closed 1 year ago

gordsport commented 1 year ago

Issue

It has been noticed that the API documentation is not always easy to follow. This issue is to start the investigation/audit into the API docs and spawn off issues / tasks to ensure that all documentation is correct and up-to-date.

Users of the APIs must be able to reference the documentation and have clear information with good working examples (where applicable).

Tasks (subject to change post review):

Additional information:

Examples of WebSocket API docs:

When picking up this work we should ensure that we coordinate with the docs team.

Also related to:

wwestgarth commented 1 year ago

Audit complete. Tickets identified have been created and labelled as api-cleanup. Websockets docs is almost complete and being handled under another ticket.