@localazy/ts-api
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@localazy/ts-api", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "This is a Typescript library facilitating usage of Localazy's API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -65,1 +65,12 @@ # @localazy/ts-api | ||
Documentation: https://localazy.com/docs/api/files#retrieve-a-list-of-keys-and-translations-from-file | ||
# FAQ | ||
## Localazy's API supports method that is not included in this library. | ||
It's possible as the API is still actively developed and it might take us some time to update all related projects. Feel free to create a new issue or pull request for this. | ||
## I'd like to import and use a type definition for one of the methods. Can I do that? | ||
Yes. We publish type definitions for arguments of all the methods to NPM. They reside in `@localazy/ts-api/dist/models`, e.g. | ||
```ts | ||
import ListProjects from '@localazy/ts-api/dist/models/list-projects'; | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30019
75