MvcApi is a MicroVisionChain blockchain API service provider.
This is MvcApi OpenAPI definition repo.
See detailed apis documentations here : https://MvcApi.com/
MvcApi api definition follows OpenAPI 3.0 spec.You can checkout the OPENAPI definitions here: https://swagger.io/specification/
You can also use Postman to develop the apis. Postman currently supports OpenAPI 3.0 definitions.
Open Postman -> Click Import -> Choose Link tab -> Enter url: https://MvcApi.com/openapi.yaml
Then all related apis will be imported into postman.
You can also open this link directly to import api definitions: https://www.getpostman.com/collections/4f3ead8386c2e2989f2e
You can use openapi generator to generate the client sdk for your project, choose your language(such as javascript, java, python, go etc.), use the openapi.yaml
file to generate your client:
https://openapi-generator.tech/docs/generators#client-generators
You can also use the following sdks directly