File tree Expand file tree Collapse file tree 10 files changed +207
-196
lines changed
CodeGeneration/ApiGenerator Expand file tree Collapse file tree 10 files changed +207
-196
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- master
1+ v6.0.0-alpha1
Original file line number Diff line number Diff line change 77using System . Runtime . Serialization ;
88
99//This file contains all the typed enums that the client rest api spec exposes.
10- //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
11- //Generated from commit master
10+ //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
11+ //Generated from commit v6.0.0-alpha1
1212
1313namespace Elasticsearch . Net
1414{
Original file line number Diff line number Diff line change 66using System . Linq . Expressions ;
77
88//This file contains all the typed querystring parameters that are generated of the client spec.
9- //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
10- //Generated from commit master
9+ //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
10+ //Generated from commit v6.0.0-alpha1
1111
1212namespace Elasticsearch . Net
1313{
Original file line number Diff line number Diff line change 88using Elasticsearch.Net;
99using static Elasticsearch.Net.HttpMethod;
1010
11- //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
12- //Generated from commit master
11+ //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
12+ //Generated from commit v6.0.0-alpha1
1313
1414
1515namespace Elasticsearch.Net
Original file line number Diff line number Diff line change 77using System.Threading.Tasks;
88using Elasticsearch.Net;
99
10- //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
11- //Generated from commit master
10+ //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
11+ //Generated from commit v6.0.0-alpha1
1212
1313namespace Elasticsearch.Net
1414{
1515 ///<summary>
1616 ///Raw operations with elasticsearch
1717 ///<pre>
18- ///This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
18+ ///This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
1919 ///</pre>
2020 ///<pre>
21- ///Generated of commit master
21+ ///Generated of commit v6.0.0-alpha1
2222 ///</pre>
2323 ///</summary>
2424 public partial interface IElasticLowLevelClient
Original file line number Diff line number Diff line change 66using Elasticsearch . Net ;
77
88//This file lays the base for all the descriptors based on the query string parameters in the spec for IElasticClient.
9- //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
10- //Generated from commit master
9+ //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
10+ //Generated from commit v6.0.0-alpha1
1111
1212namespace Nest
1313{
Original file line number Diff line number Diff line change 88using Elasticsearch . Net ;
99using static Elasticsearch . Net . HttpMethod ;
1010
11- //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
12- //Generated from commit master
11+ //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
12+ //Generated from commit v6.0.0-alpha1
1313
1414
1515namespace Nest
Original file line number Diff line number Diff line change 88using Nest ;
99
1010//This file contains all the typed request parameters that are generated of the client spec.
11- //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
12- //Generated from commit master
11+ //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
12+ //Generated from commit v6.0.0-alpha1
1313
1414namespace Nest
1515{
Original file line number Diff line number Diff line change 88using Newtonsoft . Json ;
99
1010//This file contains all the typed querystring parameters that are generated of the client spec.
11- //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/master /rest-api-spec
12- //Generated from commit master
11+ //This file is automatically generated from https://github.com/elastic/elasticsearch/tree/v6.0.0-alpha1 /rest-api-spec
12+ //Generated from commit v6.0.0-alpha1
1313
1414namespace Nest
1515{
You can’t perform that action at this time.
0 commit comments