playground icon indicating copy to clipboard operation
playground copied to clipboard

A place to play around with OpenRPC. https://playground.open-rpc.org

Results 25 playground issues
Sort by recently updated
recently updated
newest added

RPC APIs prevalently require some kind of authentication, often HTTP Basic Auth. It's currently not even possible to test RPCs and their OpenRPC descriptions: ```json { "jsonrpc": "2.0", "id": 0,...

enhancement
triage

![image](https://user-images.githubusercontent.com/45600330/77426212-0d179400-6da2-11ea-96a5-783de8390d22.png) This makes refresh and bookmarking impossible.

enhancement
help wanted
good first issue

Opening a method "box" (the UI expanding card) should add an anchor ref to the URL, eg. `https://playground.open-rpc.org/?url=https://gist.githubusercontent.com/meowsbits/a1d523ee32630bfc2c7bd3b5356f2d6a/raw/lotus-openrpc-spec.json`__`#Filecoin-ChainGetPath`__ ![image](https://user-images.githubusercontent.com/45600330/97903158-31f2c300-1d04-11eb-9b59-04a308195cd7.png)

First off - thanks for doing this work, it looks great and I'm looking forward to using it. I've encountered an issue when describing notifications in the playground. It appears...