{"id":22435089,"url":"https://github.com/akihokurino/works-server","last_synced_at":"2026-05-10T07:38:32.706Z","repository":{"id":81352006,"uuid":"385872338","full_name":"akihokurino/works-server","owner":"akihokurino","description":"invoice app. create by rust and actix-web, graphql. create supplier and create invoices in every month. can delete invoice if need. authenticate by firebase.","archived":false,"fork":false,"pushed_at":"2023-05-04T05:50:47.000Z","size":7577,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T13:21:30.344Z","etag":null,"topics":["actix-web","cloud-sql","cloudbuild","dataloader","diesel","firebase-auth","gcp","gke","graphql","juniper","juniper-from-schema","k8s","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akihokurino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-14T08:44:28.000Z","updated_at":"2021-11-15T14:59:18.000Z","dependencies_parsed_at":"2023-07-08T18:45:08.147Z","dependency_job_id":null,"html_url":"https://github.com/akihokurino/works-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fworks-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fworks-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fworks-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akihokurino%2Fworks-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akihokurino","download_url":"https://codeload.github.com/akihokurino/works-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806496,"owners_count":20675311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actix-web","cloud-sql","cloudbuild","dataloader","diesel","firebase-auth","gcp","gke","graphql","juniper","juniper-from-schema","k8s","rust"],"created_at":"2024-12-05T23:12:27.069Z","updated_at":"2025-10-31T22:05:03.571Z","avatar_url":"https://github.com/akihokurino.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Used, Dependency\n- rust 1.53.0\n- juniper（ https://github.com/graphql-rust/juniper ）\n- juniper from schema（　https://github.com/davidpdrsn/juniper-from-schema ）\n- dataloader（ https://github.com/cksac/dataloader-rs ）\n- diesel（ https://github.com/diesel-rs/diesel ）\n- k8s\n- cloud sql\n- firebase auth\n- misoca api\n\n\u003cimg width=\"958\" alt=\"スクリーンショット 2021-11-03 23 22 05\" src=\"https://user-images.githubusercontent.com/2268288/140078577-5a01f6b1-5564-44fd-a964-cb729855b546.png\"\u003e\n\n## Misoca API\n\n```\nhttps://app.misoca.jp/oauth2/authorize?client_id=jGKRHV2hW_t4kn0w4Ma1Jxo_XkZxUA37rqFPRiYT61k\u0026redirect_uri=https://works-prod.web.app\u0026response_type=code\u0026scope=write\n\ncurl --location --request POST 'https://app.misoca.jp/oauth2/token' \\\n--header 'Content-Type: application/json' \\\n--data '{\n    \"client_id\": \"jGKRHV2hW_t4kn0w4Ma1Jxo_XkZxUA37rqFPRiYT61k\",\n    \"client_secret\": \"\",\n    \"redirect_uri\": \"https://works-prod.web.app\",\n    \"grant_type\": \"authorization_code\",\n    \"code\": \"\"\n}'\n\ncurl --location --request POST 'https://app.misoca.jp/oauth2/token' \\\n--header 'Content-Type: application/json' \\\n--data '{\n    \"client_id\": \"jGKRHV2hW_t4kn0w4Ma1Jxo_XkZxUA37rqFPRiYT61k\",\n    \"client_secret\": \"\",\n    \"redirect_uri\": \"https://works-prod.web.app\",\n    \"grant_type\": \"refresh_token\",\n    \"refresh_token\": \"MGFqzUdlBRWl-WmyfevZcctHiSTkT-SAmlQty4EUBLs\"\n}'\n\ncurl --location --request GET 'https://app.misoca.jp/api/v3/contacts' \\\n--header 'Content-Type: application/json' \\\n--header 'Authorization: bearer '\n\ncurl --location --request GET 'https://app.misoca.jp/api/v3/invoices' \\\n--header 'Content-Type: application/json' \\\n--header 'Authorization: bearer '\n\ncurl --location --request POST 'https://app.misoca.jp/api/v3/invoice' \\\n--header 'Content-Type: application/json' \\\n--header 'Authorization: bearer ' \\\n--data '{\n  \"issue_date\":\"2021-08-01\",\n  \"subject\":\"システム開発委託 (8月分)\",\n  \"payment_due_on\":\"2021-08-31\",\n  \"contact_id\":2200514,\n  \"items\":[{\n    \"name\":\"システム開発委託\",\n    \"quantity\":1,\n    \"unit_price\":200000,\n    \"tax_type\":\"STANDARD_TAX_10\"\n  }]\n}'\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakihokurino%2Fworks-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakihokurino%2Fworks-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakihokurino%2Fworks-server/lists"}