Mock sample for your project: MIMIC REST API

Integrate with "MIMIC REST API" from gambitcomm.local in no time with Mockoon's ready to use mock sample

MIMIC REST API

gambitcomm.local

Version: 21.00


Use this API in your project

Integrate third-party APIs faster by using "MIMIC REST API" ready-to-use mock sample. Mocking this API will help you accelerate your development lifecycles and improves your integration tests' quality and reliability by accounting for random failures, slow response time, etc.
It also helps reduce your dependency on third-party APIs: no more accounts to create, API keys to provision, accesses to configure, unplanned downtime, etc.

Description

This is the API for MIMIC client to connect to MIMIC daemon.

Other APIs in the same category

Adafruit IO REST API

adafruit.com
The Internet of Things for Everyone
The Adafruit IO HTTP API provides access to your Adafruit IO data from any programming language or hardware environment that can speak HTTP. The easiest way to get started is with an Adafruit IO learn guide and a simple Internet of Things capable device like the Feather Huzzah.
This API documentation is hosted on GitHub Pages and is available at https://github.com/adafruit/io-api. For questions or comments visit the Adafruit IO Forums or the adafruit-io channel on the Adafruit Discord server.
Authentication
Authentication for every API request happens through the X-AIO-Key header or query parameter and your IO API key. A simple cURL request to get all available feeds for a user with the username "iousername" and the key "iokey_12345" could look like this:
$ curl -H "X-AIO-Key: iokey12345" https://io.adafruit.com/api/v2/io_username/feeds
Or like this:
$ curl "https://io.adafruit.com/api/v2/iousername/feeds?X-AIO-Key=iokey_12345
Using the node.js request library, IO HTTP requests are as easy as:
Client Libraries
We have client libraries to help you get started with your project: Python, Ruby, Arduino C++, Javascript, and Go are available. They're all open source, so if they don't already do what you want, you can fork and add any feature you'd like.

Who Hosts This API

Discover the hosting provider for any web site

ClearBlade API

clearblade.com
A friendly little API to help you interact with the ClearBlade platform.

Meraki Dashboard API

meraki.com
The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.
> Date: 04 August, 2021
>
> What's New
API Documentation
Community Support
Meraki Homepage

KeyServ

keyserv.solutions
KeyServ API

IoEΒ² IoT API - to create end-user applications

MIMIC REST API

This is the API for MIMIC client to connect to MIMIC daemon.

smart-me

smart-me.com
With the smart-me REST API you get Access to all your devices in the smart-me Cloud and you can add your own devices. So its an easy way to add the smart-me Cloud support to your Hardware or Software Product.

M-Bus HTTPD API

mbus.local

Hardware Sentry TrueSight Presentation Server REST API

Hardware Sentry TrueSight Presentation Server REST API
Welcome to the Netatmo swagger on-line documentation !
This site is a complement to the official Netatmo developper documentation using swagger to bring interactivity and easy testing of requests with the "try it" button (authenticate with the authorization code OAuth2 flow by clicking the authenticate button in the methods). You can find the source code for this site can be found in the project netatmo-swagger-ui. You can also use the online swagger declaration file to generate code or static documentation (see netatmo-swagger-api).

PAC Control REST API

Revised: 6/15/2018
Overview
This API provides secure access to a SNAP-PAC-R or -S series controller's variable and I/O tags. Confidentiality for API transactions is provided by HTTPS. Authentication uses HTTP Basic Authentication with an API key. An API key ID is submitted in the Basic Authentication userid field and API key value in the password field.
For more information visit: developer.opto22.com
Examples
Read an array of all the integer32 variables defined in the PAC's strategy.
For example, on your SNAP-PAC-R or -S series controller at IP address 1.2.3.4, you would use the URL:
Note on packet sizes:
When doing POSTs or GETs, the JSON payload in the body should not exceed 3k (3072 bytes).