Skip to content

Commit dbc1730

Browse files
committed
Remove spotify-web-api-generator-ts
1 parent 19dbb4d commit dbc1730

File tree

12 files changed

+1
-2046
lines changed

12 files changed

+1
-2046
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This monorepo contains tools for parsing the [Spotify Web API Reference](https:/
1313
| [spotify-web-api-core](spotify-web-api-core/README.md) | Contains the model for the Spotify Web API Reference |
1414
| [spotify-web-api-parser](spotify-web-api-parser/README.md) | The parser for the Spotify Web API Reference |
1515
| [spotify-web-api-generator-open-api](spotify-web-api-generator-open-api/README.md) | Generates an Open API Specification for Spotify's Web API |
16-
| [spotify-web-api-generator-ts](spotify-web-api-generator-ts/README.md) | Generates a TypeScript wrapper for Spotify's Web API |
1716

1817
## Why the effort of parsing Spotify's Web API Reference?
1918
- Automated generation of an Open API Specification

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
<packaging>pom</packaging>
1111

1212
<name>spotify-web-api-parent</name>
13-
<description>Collection of tools for the Spotify Web API</description>
13+
<description>Collection of tools for parsing the Spotify Web API</description>
1414
<url>https://github.com/sonallux/spotify-web-api</url>
1515

1616
<modules>
1717
<module>spotify-web-api-core</module>
1818
<module>spotify-web-api-generator-open-api</module>
19-
<module>spotify-web-api-generator-ts</module>
2019
<module>spotify-web-api-parser</module>
2120
</modules>
2221

spotify-web-api-generator-ts/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)