-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added license to package.json - Added README generator for SDK - Added graphics for README
- Loading branch information
1 parent
3522c40
commit 59d42e2
Showing
6 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# api-sdk | ||
Typescript SDK for interfacing with the Plattar V3 API | ||
<h3 align="center"> | ||
<img src="graphics/logo.png?raw=true" alt="Plattar Logo" width="600"> | ||
</h3> | ||
|
||
[![NPM](https://img.shields.io/npm/v/@plattar/sdk-core)](https://www.npmjs.com/package/@plattar/sdk-core) | ||
|
||
_sdk-core_ is a generative & runtime support module for automatically generating a TypeScript SDK to interface with Plattar backend services | ||
|
||
### Installation | ||
|
||
- Install using [npm](https://www.npmjs.com/package/@plattar/sdk-core) | ||
|
||
```console | ||
npm install @plattar/sdk-core | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters