Blocking behaviour while typing fixed + added spinner (#6)

* Some README tweaks

* Next's staticProps blocking beheaviour while typing fixed + Added spinner

* Testing for previous fix

* Faker deprecational update
This commit is contained in:
David
2021-04-01 15:40:25 +02:00
committed by GitHub
parent e60be0663b
commit ea8c1bad57
10 changed files with 677 additions and 571 deletions

View File

@@ -52,7 +52,7 @@ Nearly all the *Lingva* instances should supply a pair of public developer APIs:
### REST API v1
+ `/api/v1/:source/:target/:query`
+ GET `/api/v1/:source/:target/:query`
```typescript
{
translation?: string,
@@ -60,7 +60,7 @@ Nearly all the *Lingva* instances should supply a pair of public developer APIs:
}
```
+ `/api/v1/audio/:lang/:query`
+ GET `/api/v1/audio/:lang/:query`
```typescript
{
audio?: number[],
@@ -85,7 +85,7 @@ query {
audio: [Int]
}
}
audio(lang: String query: String!) {
audio(lang: String! query: String!) {
lang: String!
text: String
audio: [Int]