# NoobchefApi.SpecificationApi

All URIs are relative to *http://127.0.0.1:3000/api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**v1SpecGet**](SpecificationApi.md#v1SpecGet) | **GET** /v1/spec | 


<a name="v1SpecGet"></a>
# **v1SpecGet**
> v1SpecGet()



### Example
```javascript
var NoobchefApi = require('noobchef_api');

var apiInstance = new NoobchefApi.SpecificationApi();

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
apiInstance.v1SpecGet(callback);
```

### Parameters
This endpoint does not need any parameter.

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: application/json
 - **Accept**: application/json

