Cppinecone
A C++ client for the Pinecone vector database
method.hpp File Reference

HTTP method definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  pinecone::domain::method { get , post , patch , del }
 The API methods supported by the Pinecone API. More...
 

Detailed Description

HTTP method definitions.

Definition in file method.hpp.

Enumeration Type Documentation

◆ method

The API methods supported by the Pinecone API.

Each operation is associated with exactly one method.

Definition at line 16 of file method.hpp.