Skip to content

Commit

Permalink
Release fix & documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Olszewski committed Aug 6, 2021
1 parent 7bf04d1 commit dfcdd30
Show file tree
Hide file tree
Showing 112 changed files with 938 additions and 500 deletions.
27 changes: 18 additions & 9 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ docs/CategoryTaxonomy.md
docs/Cluster.md
docs/Clusters.md
docs/DefaultApi.md
docs/DeprecatedEntities.md
docs/DeprecatedEntity.md
docs/DeprecatedEntitySurfaceForm.md
docs/DeprecatedRelatedStories.md
docs/DeprecatedStories.md
docs/DeprecatedStory.md
docs/Entity.md
docs/EntityInText.md
docs/EntityLinks.md
Expand All @@ -28,7 +34,6 @@ docs/MediaFormat.md
docs/MediaType.md
docs/Rank.md
docs/Rankings.md
docs/RelatedStories.md
docs/RepresentativeStory.md
docs/Scope.md
docs/ScopeLevel.md
Expand All @@ -38,8 +43,6 @@ docs/Sentiments.md
docs/ShareCount.md
docs/ShareCounts.md
docs/Source.md
docs/Stories.md
docs/Story.md
docs/StoryCluster.md
docs/StoryLinks.md
docs/StoryTranslation.md
Expand All @@ -65,6 +68,12 @@ src/model/CategoryLinks.js
src/model/CategoryTaxonomy.js
src/model/Cluster.js
src/model/Clusters.js
src/model/DeprecatedEntities.js
src/model/DeprecatedEntity.js
src/model/DeprecatedEntitySurfaceForm.js
src/model/DeprecatedRelatedStories.js
src/model/DeprecatedStories.js
src/model/DeprecatedStory.js
src/model/Entity.js
src/model/EntityInText.js
src/model/EntityLinks.js
Expand All @@ -83,7 +92,6 @@ src/model/MediaFormat.js
src/model/MediaType.js
src/model/Rank.js
src/model/Rankings.js
src/model/RelatedStories.js
src/model/RepresentativeStory.js
src/model/Scope.js
src/model/ScopeLevel.js
Expand All @@ -93,8 +101,6 @@ src/model/Sentiments.js
src/model/ShareCount.js
src/model/ShareCounts.js
src/model/Source.js
src/model/Stories.js
src/model/Story.js
src/model/StoryCluster.js
src/model/StoryLinks.js
src/model/StoryTranslation.js
Expand All @@ -115,6 +121,12 @@ test/model/CategoryLinks.spec.js
test/model/CategoryTaxonomy.spec.js
test/model/Cluster.spec.js
test/model/Clusters.spec.js
test/model/DeprecatedEntities.spec.js
test/model/DeprecatedEntity.spec.js
test/model/DeprecatedEntitySurfaceForm.spec.js
test/model/DeprecatedRelatedStories.spec.js
test/model/DeprecatedStories.spec.js
test/model/DeprecatedStory.spec.js
test/model/Entity.spec.js
test/model/EntityInText.spec.js
test/model/EntityLinks.spec.js
Expand All @@ -133,7 +145,6 @@ test/model/MediaFormat.spec.js
test/model/MediaType.spec.js
test/model/Rank.spec.js
test/model/Rankings.spec.js
test/model/RelatedStories.spec.js
test/model/RepresentativeStory.spec.js
test/model/Scope.spec.js
test/model/ScopeLevel.spec.js
Expand All @@ -143,8 +154,6 @@ test/model/Sentiments.spec.js
test/model/ShareCount.spec.js
test/model/ShareCounts.spec.js
test/model/Source.spec.js
test/model/Stories.spec.js
test/model/Story.spec.js
test/model/StoryCluster.spec.js
test/model/StoryLinks.spec.js
test/model/StoryTranslation.spec.js
Expand Down
508 changes: 356 additions & 152 deletions docs/DefaultApi.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aylien-news-api",
"version": "5.0.0",
"version": "4.6.1",
"description": "The_AYLIEN_News_API_is_the_most_powerful_way_of_sourcing_searching_and_syndicating_analyzed_and_enriched_news_content__It_is_accessed_by_sending_HTTP_requests_to_our_server_which_returns_information_to_your_client_",
"license": "Apache License, Version 2.0",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import querystring from "querystring";

/**
* @module ApiClient
* @version 5.0.0
* @version 4.6.1
*/

/**
Expand Down
524 changes: 364 additions & 160 deletions src/api/DefaultApi.js

Large diffs are not rendered by default.

67 changes: 44 additions & 23 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -22,6 +22,12 @@ import CategoryLinks from './model/CategoryLinks';
import CategoryTaxonomy from './model/CategoryTaxonomy';
import Cluster from './model/Cluster';
import Clusters from './model/Clusters';
import DeprecatedEntities from './model/DeprecatedEntities';
import DeprecatedEntity from './model/DeprecatedEntity';
import DeprecatedEntitySurfaceForm from './model/DeprecatedEntitySurfaceForm';
import DeprecatedRelatedStories from './model/DeprecatedRelatedStories';
import DeprecatedStories from './model/DeprecatedStories';
import DeprecatedStory from './model/DeprecatedStory';
import Entity from './model/Entity';
import EntityInText from './model/EntityInText';
import EntityLinks from './model/EntityLinks';
Expand All @@ -40,7 +46,6 @@ import MediaFormat from './model/MediaFormat';
import MediaType from './model/MediaType';
import Rank from './model/Rank';
import Rankings from './model/Rankings';
import RelatedStories from './model/RelatedStories';
import RepresentativeStory from './model/RepresentativeStory';
import Scope from './model/Scope';
import ScopeLevel from './model/ScopeLevel';
Expand All @@ -50,8 +55,6 @@ import Sentiments from './model/Sentiments';
import ShareCount from './model/ShareCount';
import ShareCounts from './model/ShareCounts';
import Source from './model/Source';
import Stories from './model/Stories';
import Story from './model/Story';
import StoryCluster from './model/StoryCluster';
import StoryLinks from './model/StoryLinks';
import StoryTranslation from './model/StoryTranslation';
Expand Down Expand Up @@ -94,7 +97,7 @@ import DefaultApi from './api/DefaultApi';
* </pre>
* </p>
* @module index
* @version 5.0.0
* @version 4.6.1
*/
export {
/**
Expand Down Expand Up @@ -157,6 +160,42 @@ export {
*/
Clusters,

/**
* The DeprecatedEntities model constructor.
* @property {module:model/DeprecatedEntities}
*/
DeprecatedEntities,

/**
* The DeprecatedEntity model constructor.
* @property {module:model/DeprecatedEntity}
*/
DeprecatedEntity,

/**
* The DeprecatedEntitySurfaceForm model constructor.
* @property {module:model/DeprecatedEntitySurfaceForm}
*/
DeprecatedEntitySurfaceForm,

/**
* The DeprecatedRelatedStories model constructor.
* @property {module:model/DeprecatedRelatedStories}
*/
DeprecatedRelatedStories,

/**
* The DeprecatedStories model constructor.
* @property {module:model/DeprecatedStories}
*/
DeprecatedStories,

/**
* The DeprecatedStory model constructor.
* @property {module:model/DeprecatedStory}
*/
DeprecatedStory,

/**
* The Entity model constructor.
* @property {module:model/Entity}
Expand Down Expand Up @@ -265,12 +304,6 @@ export {
*/
Rankings,

/**
* The RelatedStories model constructor.
* @property {module:model/RelatedStories}
*/
RelatedStories,

/**
* The RepresentativeStory model constructor.
* @property {module:model/RepresentativeStory}
Expand Down Expand Up @@ -325,18 +358,6 @@ export {
*/
Source,

/**
* The Stories model constructor.
* @property {module:model/Stories}
*/
Stories,

/**
* The Story model constructor.
* @property {module:model/Story}
*/
Story,

/**
* The StoryCluster model constructor.
* @property {module:model/StoryCluster}
Expand Down
4 changes: 2 additions & 2 deletions src/model/AggregatedSentiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The AggregatedSentiment model module.
* @module model/AggregatedSentiment
* @version 5.0.0
* @version 4.6.1
*/
class AggregatedSentiment {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Author.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The Author model module.
* @module model/Author
* @version 5.0.0
* @version 4.6.1
*/
class Author {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The Autocomplete model module.
* @module model/Autocomplete
* @version 5.0.0
* @version 4.6.1
*/
class Autocomplete {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Autocompletes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import Autocomplete from './Autocomplete';
/**
* The Autocompletes model module.
* @module model/Autocompletes
* @version 5.0.0
* @version 4.6.1
*/
class Autocompletes {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Category.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -18,7 +18,7 @@ import CategoryTaxonomy from './CategoryTaxonomy';
/**
* The Category model module.
* @module model/Category
* @version 5.0.0
* @version 4.6.1
*/
class Category {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/CategoryLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The CategoryLinks model module.
* @module model/CategoryLinks
* @version 5.0.0
* @version 4.6.1
*/
class CategoryLinks {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/CategoryTaxonomy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/model/Cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -18,7 +18,7 @@ import RepresentativeStory from './RepresentativeStory';
/**
* The Cluster model module.
* @module model/Cluster
* @version 5.0.0
* @version 4.6.1
*/
class Cluster {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Clusters.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AYLIEN News API
* The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
*
* The version of the OpenAPI document: 5.0
* The version of the OpenAPI document: 4.6
* Contact: support@aylien.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import Cluster from './Cluster';
/**
* The Clusters model module.
* @module model/Clusters
* @version 5.0.0
* @version 4.6.1
*/
class Clusters {
/**
Expand Down
Loading

0 comments on commit dfcdd30

Please sign in to comment.