opensearch-project / opensearch-rs

OpenSearch Rust Client
Apache License 2.0
63 stars 34 forks source link

add raw json requests docs #196

Closed samuelorji closed 1 year ago

samuelorji commented 1 year ago

Description

Add documentation on how to make raw json / http requests using the client

Issues Resolved

https://github.com/opensearch-project/opensearch-rs/issues/193

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #196 (8f2fb66) into main (13d0d4b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #196   +/-   ##
=======================================
  Coverage   73.82%   73.82%           
=======================================
  Files         402      402           
  Lines       63738    63738           
=======================================
  Hits        47055    47055           
  Misses      16683    16683           
Flag Coverage Δ
integration 73.82% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

samuelorji commented 1 year ago

Looks like we call the samples directory samples in other clients, not examples.

I'm not a Rust expert, but I think in Rust, the convention is to put samples in the examples folder