Skip to content

BlackHole-Consulting/elasticsearch-micropython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

elasticsearch-micropython

A simple elasticsearch opensearch micropython requests library with tls support

Usage

Make a POST request

import opensearch

authtoken = "YOUR AUTH TOKEN"

requests.post("search.blackhole.consulting",9200,"\ncontent-type: application/json\nAuthorization: Bearer "+authtoken,'{"signatures": ["'+r+'","'+v+'"],"compression": true,"packed_context_free_data": "'+memo+'","packed_trx": '+json.dumps(trx)+'}')

About

A simple elasticsearch opensearch micropython requests library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages