RE: RE: Interactive Hive API moved to Hivesigner
You are viewing a single comment's thread from:

RE: Interactive Hive API moved to Hivesigner

Words
121
Reading
1 min
Listen
Play
6y

I believe the curl examples would be simple enough to add. But I was thinking a way to directly link to a specific method would be helpful. I can see a pattern, for example, if I know the namespace is rc_api and the method is get_find_rc_accounts, I can guess the direct link is:

https://hive.hivesigner.com/#!/RC32Api/get_find_rc_accounts

Do you think that would be sufficient? The only problem is, if I know the namespace is database_api and the method is list_proposal_votes, the direct link in this case doesn't work:

https://hive.hivesigner.com/#!/Database32Api/list_proposal_votes

Is there a way to do a lookup so I can ensure the link would work beforehand? Then I can skip the ones that do not. It seems like I could inspect https://hive.hivesigner.com/swagger.json for the methods, but I'm not sure.