Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review swagger endpoints #33

Closed
tonowie opened this issue May 13, 2019 · 7 comments
Closed

Review swagger endpoints #33

tonowie opened this issue May 13, 2019 · 7 comments
Assignees
Milestone

Comments

@tonowie
Copy link
Contributor

tonowie commented May 13, 2019

Review swagger endpoints, identify missing/untested ones and raise issues to eventually cover everything

@tonowie tonowie self-assigned this May 13, 2019
@tonowie
Copy link
Contributor Author

tonowie commented May 13, 2019

see PRs and branches on nemtech repo. e.g. https://github.com/nemtech/nem2-sdk-java/pull/41 can save some time

@tonowie
Copy link
Contributor Author

tonowie commented May 14, 2019

swagger definition has following endpoints

'/account':
'/account/{accountId}':
'/account/{publicKey}/transactions':
'/account/{publicKey}/transactions/incoming':
'/account/{publicKey}/transactions/outgoing':
'/account/{publicKey}/transactions/unconfirmed':
'/account/{publicKey}/transactions/partial':
'/account/{accountId}/properties':
'/account/properties':
'/account/{accountId}/multisig':
'/account/{accountId}/multisig/graph':
'/blocks/{height}/limit/{limit}':
'/block/{height}':
'/block/{height}/transactions':
'/block/{height}/transaction/{hash}/merkle':
'/block/{height}/receipts':
'/block/{height}/receipt/{hash}/merkle':
'/chain/height':
'/chain/score':
'/diagnostic/storage':
'/account/{publicKey}/contracts':
'/contract/{accountId}':
'/account/contracts':
'/contract':
'/account/{accountId}/metadata':
'/mosaic/{mosaicId}/metadata':
'/namespace/{namespaceId}/metadata':
'/metadata/{metadataId}':
'/metadata':
'/mosaic/{mosaicId}':
'/mosaic':
'/mosaic/names':
'/namespace/{namespaceId}':
'/account/{accountId}/namespaces':
'/account/namespaces':
'/namespace/names':
'/transaction/{transactionId}':
'/transaction':
'/transaction/partial':
'/transaction/cosignature':
'/transaction/{hash}/status':
'/transaction/statuses':
'/network':
'/node/info':
'/node/time':

@tonowie
Copy link
Contributor Author

tonowie commented May 22, 2019

issue #20 is for account properties

@tonowie
Copy link
Contributor Author

tonowie commented May 27, 2019

issue #49 was raised to add contract support

@tonowie
Copy link
Contributor Author

tonowie commented Jun 1, 2019

created issue #61 to organize all the routing stuff

@tonowie
Copy link
Contributor Author

tonowie commented Jun 13, 2019

create issue #70 to add node endpoints and move network under blockchain repo

@tonowie tonowie added this to the Next feature release milestone Jun 19, 2019
@tonowie
Copy link
Contributor Author

tonowie commented Jun 21, 2019

there might be some minor omissions but vast majority is done and I am closing this ticket. More cleanup will be done with issue #61 where all the mappings will be in one place and easy to review

@tonowie tonowie closed this as completed Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant