Skip to content

Commit 16ed8c0

Browse files
authored
New OpenAPI and more (#34)
* Update OpenAPI codegen
1 parent e3ddbb2 commit 16ed8c0

File tree

117 files changed

+2072
-654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+2072
-654
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
67
pull_request:
7-
branches: [ main ]
8+
branches:
9+
- main
810

911
jobs:
1012
tests:
@@ -15,6 +17,9 @@ jobs:
1517
{ os: "ubuntu", target: "x86_64-unknown-linux-gnu" },
1618
{ os: "ubuntu", target: "wasm32-unknown-unknown" },
1719
]
20+
env:
21+
URL: "http://localhost:5000"
22+
API_KEY: "VerySecretKey"
1823
steps:
1924
- uses: actions/checkout@v3
2025
- name: Cache .cargo and target

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
22
Cargo.lock
3+
.env

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# typesense-rust
2+
3+
[![Crate](https://img.shields.io/crates/v/typesense.svg)](https://crates.io/crates/typesense)
4+
[![API](https://docs.rs/typesense/badge.svg)](https://docs.rs/typesense)
5+
26
Rust client for Typesense | Work In Progress & Help Wanted!
37

48
If you'd like to contribute, please join our [Slack Community](https://join.slack.com/t/typesense-community/shared_invite/zt-mx4nbsbn-AuOL89O7iBtvkz136egSJg) and say hello!

0 commit comments

Comments
 (0)