mirror of https://github.com/vernonkeenan/lib
2.8 KiB
2.8 KiB
Research.CorsApi
All URIs are relative to http://research.vernonkeenan.com:8080/v1
Method | HTTP request | Description |
---|---|---|
industryObservableOptions | OPTIONS /industries/observable | |
industryOptions | OPTIONS /industries | |
topicObservableOptions | OPTIONS /topics/observable | |
topicOptions | OPTIONS /topics |
industryObservableOptions
industryObservableOptions()
CORS support
Example
import Research from 'research';
let apiInstance = new Research.CorsApi();
apiInstance.industryObservableOptions((error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
});
Parameters
This endpoint does not need any parameter.
Return type
null (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
industryOptions
industryOptions()
CORS support
Example
import Research from 'research';
let apiInstance = new Research.CorsApi();
apiInstance.industryOptions((error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
});
Parameters
This endpoint does not need any parameter.
Return type
null (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
topicObservableOptions
topicObservableOptions()
CORS support
Example
import Research from 'research';
let apiInstance = new Research.CorsApi();
apiInstance.topicObservableOptions((error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
});
Parameters
This endpoint does not need any parameter.
Return type
null (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined
topicOptions
topicOptions()
CORS support
Example
import Research from 'research';
let apiInstance = new Research.CorsApi();
apiInstance.topicOptions((error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
});
Parameters
This endpoint does not need any parameter.
Return type
null (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: Not defined