How to test?

Here is the list of available SDKs you can use while developing apps. In case you are missing implementation of your programming language you can use our API directly

API versions

Discover our API at https://api.codemash.io/swagger-ui/

All of the API requests take in a version parameter. Developing CodeMash further may require us to change how requests are processed. To avoid breaking older functionality we introduced version parameters.

The following table displays currently available API method versions.

v1

2019-10-21

v2

2020-05-18

v3 (In progress)

2022-11-20 (expeted release date)

Open API & Swagger

Open API Initiative (OAI) is focused on creating, evolving, and promoting a vendor-neutral API Description Format based on the Swagger Specification.

Open API is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. We implement the OpenAPI Spec back-end and embed the Swagger UI front-end so that you can try our API right out of the browser.

Swagger UI - https://api.codemash.io/swagger-ui

Open API - https://api.codemash.io/openapi

Clients

We support integrations with well-known API clients like Postman, Insomnia, curl,...

Postman

If you are working with the Postman API Client tool to send requests, inspect the response, and easily debug your API, you can also do so with CodeMash API.

Near My Workspace press the "Import" button. See the image below.

Press the Link tab on the Import dialog screen and enter the https://api.codemash.io/postman URL.

When API collection is imported, you can test each REST API action separately.

Insomnia

If you are working with the Insomnia, Open Source API client, to send requests, inspect the response, and easily debug your API, you can also do so with CodeMash API.

SDKs

Also, you can test CodeMash API using popular SDKs:

pageNode.jspageTypeScriptpage.NET

Last updated