-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generated: regenerate code from openapi.json (#38)
Co-authored-by: Jonathan Ingram <[email protected]>
- Loading branch information
1 parent
b1bddc4
commit e7fa6ac
Showing
82 changed files
with
2,497 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* Sajari API | ||
* Sajari is a smart, highly-configurable, real-time search service that enables thousands of businesses worldwide to provide amazing search experiences on their websites, stores, and applications. | ||
* Search.io API | ||
* Search.io is a smart, highly-configurable, real-time search service that enables thousands of businesses worldwide to provide amazing search experiences on their websites, stores, and applications. | ||
* | ||
* The version of the OpenAPI document: v4 | ||
* Contact: [email protected] | ||
|
@@ -34,7 +34,7 @@ import { | |
|
||
import { HttpError, RequestFile } from "./apis"; | ||
|
||
let defaultBasePath = "https://api-gateway.sajari.com"; | ||
let defaultBasePath = "https://api.search.io"; | ||
|
||
// =============================================== | ||
// This file is autogenerated - Please do not edit | ||
|
@@ -115,7 +115,7 @@ export class CollectionsApi { | |
} | ||
|
||
/** | ||
* Create an empty collection. Before records can be added to a collection, the schema and pipelines for the collection have to be set up. Consider setting up new collections via the Sajari Console, which handles the creation of the schema and pipelines for you. | ||
* Create an empty collection. Before records can be added to a collection, the schema and pipelines for the collection have to be set up. Consider setting up new collections via the Search.io Console, which handles the creation of the schema and pipelines for you. | ||
* @summary Create collection | ||
* @param collectionId The ID to use for the collection. This must start with an alphanumeric character followed by one or more alphanumeric or `-` characters. Strictly speaking, it must match the regular expression: `^[A-Za-z][A-Za-z0-9\\-]*$`. | ||
* @param collection Details of the collection to create. | ||
|
@@ -534,7 +534,7 @@ export class CollectionsApi { | |
}); | ||
} | ||
/** | ||
* Query the collection to search for records. The following example demonstrates how to run a simple search for a particular string: ```json { \"variables\": { \"q\": \"search terms\" } } ``` For more information: - See [filtering content](https://docs.sajari.com/user-guide/integrating-search/filters/) - See [tracking in the Go SDK](https://github.com/sajari/sdk-go/blob/v2/session.go) - See [tracking in the JS SDK](https://github.com/sajari/sajari-sdk-js/blob/master/src/session.ts) | ||
* Query the collection to search for records. The following example demonstrates how to run a simple search for a particular string: ```json { \"variables\": { \"q\": \"search terms\" } } ``` For more information: - See [filtering content](https://docs.search.io/user-guide/integrating-search/filters/) - See [tracking in the Go SDK](https://github.com/sajari/sdk-go/blob/v2/session.go) - See [tracking in the JS SDK](https://github.com/sajari/sajari-sdk-js/blob/master/src/session.ts) | ||
* @summary Query collection | ||
* @param collectionId The collection to query, e.g. `my-collection`. | ||
* @param queryCollectionRequest | ||
|
@@ -656,7 +656,7 @@ export class CollectionsApi { | |
}); | ||
} | ||
/** | ||
* Query the collection to search for records. The following example demonstrates how to run a simple search for a particular string: ```json { \"variables\": { \"q\": \"search terms\" } } ``` For more information: - See [filtering content](https://docs.sajari.com/user-guide/integrating-search/filters/) - See [tracking in the Go SDK](https://github.com/sajari/sdk-go/blob/v2/session.go) - See [tracking in the JS SDK](https://github.com/sajari/sajari-sdk-js/blob/master/src/session.ts) | ||
* Query the collection to search for records. The following example demonstrates how to run a simple search for a particular string: ```json { \"variables\": { \"q\": \"search terms\" } } ``` For more information: - See [filtering content](https://docs.search.io/user-guide/integrating-search/filters/) - See [tracking in the Go SDK](https://github.com/sajari/sdk-go/blob/v2/session.go) - See [tracking in the JS SDK](https://github.com/sajari/sajari-sdk-js/blob/master/src/session.ts) | ||
* @summary Query collection | ||
* @param collectionId The collection to query, e.g. `my-collection`. | ||
* @param queryCollectionRequest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* Sajari API | ||
* Sajari is a smart, highly-configurable, real-time search service that enables thousands of businesses worldwide to provide amazing search experiences on their websites, stores, and applications. | ||
* Search.io API | ||
* Search.io is a smart, highly-configurable, real-time search service that enables thousands of businesses worldwide to provide amazing search experiences on their websites, stores, and applications. | ||
* | ||
* The version of the OpenAPI document: v4 | ||
* Contact: [email protected] | ||
|
@@ -31,7 +31,7 @@ import { | |
|
||
import { HttpError, RequestFile } from "./apis"; | ||
|
||
let defaultBasePath = "https://api-gateway.sajari.com"; | ||
let defaultBasePath = "https://api.search.io"; | ||
|
||
// =============================================== | ||
// This file is autogenerated - Please do not edit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* Sajari API | ||
* Sajari is a smart, highly-configurable, real-time search service that enables thousands of businesses worldwide to provide amazing search experiences on their websites, stores, and applications. | ||
* Search.io API | ||
* Search.io is a smart, highly-configurable, real-time search service that enables thousands of businesses worldwide to provide amazing search experiences on their websites, stores, and applications. | ||
* | ||
* The version of the OpenAPI document: v4 | ||
* Contact: [email protected] | ||
|
@@ -37,7 +37,7 @@ import { | |
|
||
import { HttpError, RequestFile } from "./apis"; | ||
|
||
let defaultBasePath = "https://api-gateway.sajari.com"; | ||
let defaultBasePath = "https://api.search.io"; | ||
|
||
// =============================================== | ||
// This file is autogenerated - Please do not edit | ||
|
Oops, something went wrong.