Skip to content

Commit 81be5d8

Browse files
author
Hampus Joakim Borgos
committed
Update README
1 parent ed3e886 commit 81be5d8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenAPI Typescript Codegen
22

3+
** Forked from https://github.com/ferdikoomen/openapi-typescript-codegen in order to support per-request context parameter and custom request function **
4+
35
[![NPM][npm-image]][npm-url]
46
[![License][license-image]][license-url]
57
[![Build Status][travis-image]][travis-url]

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "openapi-typescript-codegen",
2+
"name": "openapi-typescript-config-codegen",
33
"version": "0.9.0",
4-
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
4+
"description": "Library that generates Typescript clients based on the OpenAPI specification. With support for passing context per request.",
55
"author": "Ferdi Koomen",
6-
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
6+
"homepage": "https://github.com/unfold/openapi-typescript-codegen",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/ferdikoomen/openapi-typescript-codegen.git"
9+
"url": "git+https://github.com/unfold/openapi-typescript-codegen.git"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
12+
"url": "https://github.com/unfold/openapi-typescript-codegen/issues"
1313
},
1414
"license": "MIT",
1515
"keywords": [

0 commit comments

Comments
 (0)