πŸ¦€ REST API client implementation for freee, auto-generated from OpenAPI specification.

Overview

freee-rs

REST API client implementation for freee, auto-generated from OpenAPI specification.

Getting Started

Add to your Cargo.toml as follows:

[dependencies]
freee = "0.3"
freee-hr = "0.3"

Crates

Name Description Docs
freee API client for freee Accounting (freee 会計) README
freee-hr API client for freee HR (freee δΊΊδΊ‹εŠ΄ε‹™) README
Comments
  • chore(deps): update schema digest to 24b8452

    chore(deps): update schema digest to 24b8452

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | a57696c -> 24b8452 |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 1
  • build(deps): bump tokio from 1.21.0 to 1.24.1

    build(deps): bump tokio from 1.21.0 to 1.24.1

    Bumps tokio from 1.21.0 to 1.24.1.

    Release notes

    Sourced from tokio's releases.

    Tokio v1.24.1

    This release fixes a compilation failure on targets without AtomicU64 when using rustc older than 1.63. (#5356)

    #5356: tokio-rs/tokio#5356

    Tokio v1.24.0

    The highlight of this release is the reduction of lock contention for all I/O operations (#5300). We have received reports of up to a 20% improvement in CPU utilization and increased throughput for real-world I/O heavy applications.

    Fixed

    • rt: improve native AtomicU64 support detection (#5284)

    Added

    • rt: add configuration option for max number of I/O events polled from the OS per tick (#5186)
    • rt: add an environment variable for configuring the default number of worker threads per runtime instance (#4250)

    Changed

    • sync: reduce MPSC channel stack usage (#5294)
    • io: reduce lock contention in I/O operations (#5300)
    • fs: speed up read_dir() by chunking operations (#5309)
    • rt: use internal ThreadId implementation (#5329)
    • test: don't auto-advance time when a spawn_blocking task is running (#5115)

    #5186: tokio-rs/tokio#5186 #5294: tokio-rs/tokio#5294 #5284: tokio-rs/tokio#5284 #4250: tokio-rs/tokio#4250 #5300: tokio-rs/tokio#5300 #5329: tokio-rs/tokio#5329 #5115: tokio-rs/tokio#5115 #5309: tokio-rs/tokio#5309

    Tokio v1.23.1

    This release forward ports changes from 1.18.4.

    Fixed

    • net: fix Windows named pipe server builder to maintain option when toggling pipe mode (#5336).

    #5336: tokio-rs/tokio#5336

    Tokio v1.23.0

    Fixed

    • net: fix Windows named pipe connect (#5208)
    • io: support vectored writes for ChildStdin (#5216)
    • io: fix async fn ready() false positive for OS-specific events (#5231)

    ... (truncated)

    Commits
    • 31c7e82 chore: prepare Tokio v1.24.1 (#5357)
    • 8d8db27 tokio: add load and compare_exchange_weak to loom StaticAtomicU64 (#5356)
    • dfe252d chore: prepare Tokio v1.24.0 release (#5353)
    • 21b233f test: bump version of async-stream (#5347)
    • 7299304 Merge branch 'tokio-1.23.x' into master
    • 1a997ff chore: prepare Tokio v1.23.1 release
    • a8fe333 Merge branch 'tokio-1.20.x' into tokio-1.23.x
    • ba81945 chore: prepare Tokio 1.20.3 release
    • 763bdc9 ci: run WASI tasks using latest Rust
    • 9f98535 Merge remote-tracking branch 'origin/tokio-1.18.x' into fix-named-pipes-1.20
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • fix(deps): update rust crate url to ^2.3

    fix(deps): update rust crate url to ^2.3

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | url | dependencies | minor | ^2.2 -> ^2.3 |


    Release Notes

    servo/rust-url

    v2.3.1

    Compare Source

    v2.3.0

    Compare Source

    v2.2.2

    Compare Source

    v2.2.1

    Compare Source


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to a57696c

    chore(deps): update schema digest to a57696c

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | 9423bdb -> a57696c |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to 9423bdb

    chore(deps): update schema digest to 9423bdb

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | 0e4bf25 -> 9423bdb |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to 0e4bf25

    chore(deps): update schema digest to 0e4bf25

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | f6732ee -> 0e4bf25 |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to f6732ee

    chore(deps): update schema digest to f6732ee

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | b812391 -> f6732ee |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to b812391

    chore(deps): update schema digest to b812391

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | c057598 -> b812391 |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to c057598

    chore(deps): update schema digest to c057598

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | d64623e -> c057598 |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to d64623e

    chore(deps): update schema digest to d64623e

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | 0eab648 -> d64623e |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to 0eab648

    chore(deps): update schema digest to 0eab648

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | 2a2188d -> 0eab648 |


    Configuration

    πŸ“… Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update schema digest to 7cb6f00

    chore(deps): update schema digest to 7cb6f00

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | schema | digest | 5d99f66 -> 7cb6f00 |


    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Dependency Dashboard

    Dependency Dashboard

    This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

    Open

    These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

    Detected dependencies

    cargo
    accounting/Cargo.toml
    • serde ^1.0
    • serde_derive ^1.0
    • serde_json ^1.0
    • serde_with ^2.1
    • url ^2.3
    • reqwest ^0.11
    hr/Cargo.toml
    • serde ^1.0
    • serde_derive ^1.0
    • serde_json ^1.0
    • serde_with ^2.1
    • url ^2.3
    • reqwest ^0.11
    git-submodules
    .gitmodules
    • schema master@5d99f66d895dcaf8213d979a1de77e94ed068a6d
    github-actions
    .github/workflows/rust.yml
    • actions/checkout v3
    • actions/cache v3
    • actions-rs/toolchain v1
    • actions-rs/cargo v1
    • actions/checkout v3
    • actions/cache v3
    • actions-rs/toolchain v1
    • actions-rs/cargo v1
    • actions-rs/cargo v1
    • actions-rs/cargo v1

    • [ ] Check this box to trigger a request for Renovate to run again on this repository
    opened by renovate[bot] 0
Releases(v0.6.0)
  • v0.6.0(Jan 5, 2023)

    What's Changed

    • chore(deps): update schema digest to 24b8452 by @renovate in https://github.com/siketyan/freee-rs/pull/20
    • chore: Release v0.6.0 by @siketyan in https://github.com/siketyan/freee-rs/pull/21

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.5.0...v0.6.0

    Source code(tar.gz)
    Source code(zip)
  • v0.5.0(Nov 2, 2022)

    What's Changed

    • chore(deps): update schema digest to 9423bdb by @renovate in https://github.com/siketyan/freee-rs/pull/14
    • chore: Release v0.4.2 by @siketyan in https://github.com/siketyan/freee-rs/pull/15
    • fix(deps): update rust crate url to ^2.3 by @renovate in https://github.com/siketyan/freee-rs/pull/18
    • chore(deps): update schema digest to a57696c by @renovate in https://github.com/siketyan/freee-rs/pull/17
    • chore: Release v0.5.0 by @siketyan in https://github.com/siketyan/freee-rs/pull/19

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.4.1...v0.5.0

    Source code(tar.gz)
    Source code(zip)
  • v0.4.1(Aug 18, 2022)

    What's Changed

    • chore(deps): update schema digest to 0e4bf25 by @renovate in https://github.com/siketyan/freee-rs/pull/12
    • chore: Release v0.4.1 by @siketyan in https://github.com/siketyan/freee-rs/pull/13

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.4.0...v0.4.1

    Source code(tar.gz)
    Source code(zip)
  • v0.4.0(Jul 31, 2022)

    What's Changed

    • chore(deps): update schema digest to f6732ee by @renovate in https://github.com/siketyan/freee-rs/pull/10
    • chore: Release v0.4.0 by @siketyan in https://github.com/siketyan/freee-rs/pull/11

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.3.1...v0.4.0

    Source code(tar.gz)
    Source code(zip)
  • v0.3.1(Jul 14, 2022)

    What's Changed

    • feat: Add freee-hr crate to support HR API by @siketyan in https://github.com/siketyan/freee-rs/pull/8
    • ci: Publish one crate at once by @siketyan in https://github.com/siketyan/freee-rs/pull/9

    New Contributors

    • @siketyan made their first contribution in https://github.com/siketyan/freee-rs/pull/8

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.3.0...v0.3.1

    Source code(tar.gz)
    Source code(zip)
  • v0.3.0(Jul 14, 2022)

    What's Changed

    • chore(deps): update schema digest to c057598 by @renovate in https://github.com/siketyan/freee-rs/pull/6
    • chore(deps): update schema digest to b812391 by @renovate in https://github.com/siketyan/freee-rs/pull/7

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.2.0...v0.3.0

    Source code(tar.gz)
    Source code(zip)
  • v0.2.0(Jun 16, 2022)

    What's Changed

    • chore(deps): update schema digest to d64623e by @renovate in https://github.com/siketyan/freee-rs/pull/5

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.1.2...v0.2.0

    Source code(tar.gz)
    Source code(zip)
  • v0.1.2(Jun 1, 2022)

    What's Changed

    • chore(deps): update schema digest to 0eab648 by @renovate in https://github.com/siketyan/freee-rs/pull/4

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.1.1...v0.1.2

    Source code(tar.gz)
    Source code(zip)
  • v0.1.1(Jun 1, 2022)

    What's Changed

    • Configure Renovate by @renovate in https://github.com/siketyan/freee-rs/pull/1
    • chore(deps): update schema digest to 06196a0 by @renovate in https://github.com/siketyan/freee-rs/pull/2

    New Contributors

    • @renovate made their first contribution in https://github.com/siketyan/freee-rs/pull/1

    Full Changelog: https://github.com/siketyan/freee-rs/compare/v0.1.0...v0.1.1

    Source code(tar.gz)
    Source code(zip)
  • v0.1.0(May 2, 2022)

Owner
Naoki Ikeguchi
engineering behind our web. ― A Web backend engineer who makes our lives convenient a little. they/them
Naoki Ikeguchi
An Elasticsearch REST API client for Rust

elastic elastic is an efficient, modular API client for Elasticsearch written in Rust. The API is targeting the Elastic Stack 7.x. elastic provides st

null 249 Oct 18, 2022
High performance and distributed KV store w/ REST API. πŸ¦€

About Lucid KV High performance and distributed KV store w/ REST API. ?? Introduction Lucid is an high performance, secure and distributed key-value s

Lucid ᡏᡛ 306 Dec 28, 2022
The most efficient, scalable, and fast production-ready serverless REST API backend which provides CRUD operations for a MongoDB collection

Optimal CRUD Mongo Goals of This Project This is meant to be the most efficient, scalable, and fast production-ready serverless REST API backend which

Evaluates2 1 Feb 22, 2022
SubZero - a standalone web server that turns your database directly into a REST/GraphQL api

What is this? This is a demo repository for the new subzero codebase implemented in Rust. subZero is a standalone web server that turns your database

subZero 82 Jan 1, 2023
A Rust-based comment server using SQLite and an intuitive REST API.

soudan A Rust-based comment server using SQLite and an intuitive REST API. Soudan is built with simplicity and static sites in mind. CLI usage See sou

Elnu 0 Dec 19, 2022
Basic Redis Protocol specification in Rust

Basic Redis Protocol specification in Rust

Bruno 1 Jan 20, 2022
This crate allows you to send cypher queries to the REST endpoint of a neo4j database

rusted_cypher Rust crate for accessing the cypher endpoint of a neo4j server This crate allows you to send cypher queries to the REST endpoint of a ne

Livio Ribeiro 68 Dec 1, 2022
rinflux is Rust based influx client implementation that have been inspired from influx other language implementation, developed with πŸ’–

Unofficial InfluxDB Driver for Rust This library is a work in progress. This means a feature you might need is not implemented yet or could be handled

Workfoxes 1 Apr 7, 2022
Affine-client is a client for AFFINE based on Tauri

Affine Client affine-client is a client for AFFINE based on Tauri Supported Platforms Windows Linux MacOS Download https://github.com/m1911star/affine

Horus 216 Dec 25, 2022
Telegram bot API client for Rust

Frankenstein Telegram bot API client for Rust. It's a complete wrapper for Telegram bot API and it's up to date with version 5.2 of the API. Frankenst

Ayrat Badykov 136 Jan 1, 2023
A multi-instance, Discord/Spacebar API-compatible chat client

Polyphony A multi-instance, Discord/Spacebar API-compatible chat client, written in Rust and Svelte (TypeScript) using Tauri. Explore the docs Β» Repor

null 5 Mar 30, 2023
A multi-instance, Discord/Spacebar API-compatible chat client

Polyphony A multi-instance, Discord/Spacebar API-compatible chat client, written in Rust and Svelte (TypeScript) using Tauri. Explore the docs Β» Repor

null 6 Apr 3, 2023
A firebase HTTP v1 client implementation in Rust using google-authz

firebase-client A firebase HTTP v1 client implementation in Rust using the google_authz library. Example There are two ways to send notifications, one

Mobiltracker 2 Dec 14, 2022
Incomplete Redis client and server implementation using Tokio - for learning purposes only

mini-redis mini-redis is an incomplete, idiomatic implementation of a Redis client and server built with Tokio. The intent of this project is to provi

Tokio 2.3k Jan 4, 2023
HTTP 2.0 client & server implementation for Rust.

H2 A Tokio aware, HTTP/2 client & server implementation for Rust. More information about this crate can be found in the crate documentation. Features

null 1.1k Dec 30, 2022
Python implementation of CeresDB client.

CeresDB Python Client Introduction The python client for CeresDB. CeresDB is a high-performance, distributed, schema-less, cloud native time-series da

CeresDB 6 Feb 28, 2023
Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async

CDRS CDRS is looking for maintainers CDRS is Apache Cassandra driver written in pure Rust. ?? Looking for an async version? async-std https://github.c

Alex Pikalov 338 Jan 1, 2023
CouchDB client-side library for the Rust programming language

Chill Chill is a client-side CouchDB library for the Rust programming language, available on crates.io. It targets Rust Stable. Chill's three chief de

null 35 Jun 26, 2022
An etcd client library for Rust.

etcd An etcd client library for Rust. etcd on crates.io Documentation for the latest crates.io release Running the tests Install Docker and Docker Com

Jimmy Cuadra 138 Dec 27, 2022