1318 Commits

Author SHA1 Message Date
Daniel Joudat
2b24aba3c3 Remove stream from SendMagicLink (#320)
* add two rpcs to User service:
	- Passwordless: endpoint that receives an email, topic and an optional message
	- PasswordlessML: endpoint that receives token and topic via MagicLink.

* Proposal to add Passwordless login feature to the endpoint user.

* remove currency run check

* Commit from GitHub Actions (Publish APIs & Clients)

* Create downstream.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* update todo

* Commit from GitHub Actions (Publish APIs & Clients)

* Update publish.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* Update publish.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* Update and rename publish.yml to generate.yml

* Update generate.yml

* Commit from GitHub Actions (Generate Clients & Examples)

* Commit from GitHub Actions (Generate Clients & Examples)

* add comments

* Commit from GitHub Actions (Generate Clients & Examples)

* move otp to auth category

* charge for user verification

* Commit from GitHub Actions (Generate Clients & Examples)

* Update user.proto

* Commit from GitHub Actions (Generate Clients & Examples)

* Commit from GitHub Actions (Generate Clients & Examples)

* Change js client git repo url (#249)

* Commit from GitHub Actions (Generate Clients & Examples)

* use tableName func for Count

* Commit from GitHub Actions (Generate Clients & Examples)

* update notes example

* Commit from GitHub Actions (Generate Clients & Examples)

* Update .gitignore

* Update .gitignore

* Commit from GitHub Actions (Generate Clients & Examples)

* add new endpoints SendMagicLink and VerifyToken to M3O user serivce

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

* remove stream from SendMagicLink

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

* fix user/examples.json

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

* fix typo in user.proto sessino -> session | add dumpy session in user/examples.json

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

Co-authored-by: Asim Aslam <asim@aslam.me>
Co-authored-by: asim <asim@users.noreply.github.com>
Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
Co-authored-by: crufter <crufter@users.noreply.github.com>
2021-12-13 13:47:25 +00:00
zhaoyang
28fb141819 feat: replace model with store (#322) 2021-12-13 13:23:01 +00:00
Asim Aslam
9a787d2362 update file read example 2021-12-13 11:13:19 +00:00
Asim Aslam
3cdf5baa23 update function 2021-12-12 09:28:56 +00:00
Asim Aslam
d456ff28e1 fix url 2021-12-11 20:52:48 +00:00
Asim Aslam
4bb61996c9 fix url 2021-12-11 20:49:56 +00:00
Asim Aslam
6ec7a9d5c1 fix example 2021-12-11 20:28:34 +00:00
Asim Aslam
b5ca8caf29 run check false 2021-12-11 20:24:28 +00:00
Asim Aslam
088f3f7a52 rewrite url serfivce 2021-12-11 20:23:24 +00:00
zhaoyang
bba608b405 Pr/avatar (#319)
* feat: add avatar api
close #310

* chore: add description line

* fix: typo

* chore: reformat the json string to make it more readable and fix few bad indents

* fix: minimum go version

* feat: upload to Micro's CDN

* chore: delete redundant blank line

* chore: update README.md
2021-12-11 08:20:48 +00:00
Asim Aslam
f68c1cb08a remove migration 2021-12-10 20:45:42 +00:00
Asim Aslam
515f2f6caf fix reading 2021-12-10 20:44:03 +00:00
Asim Aslam
50e3377f32 migrate from model to store 2021-12-10 20:37:14 +00:00
Dominic Wong
c28d9a8cc4 docs 2021-12-10 17:16:17 +00:00
Dominic Wong
2fd9aed34e docs 2021-12-10 16:44:17 +00:00
Asim Aslam
3d93fd9b41 rename to google function 2021-12-10 16:20:16 +00:00
Asim Aslam
94d3ace6cb function prefix 2021-12-10 16:13:53 +00:00
Asim Aslam
52a11c0872 fix function env var 2021-12-10 15:59:45 +00:00
Asim Aslam
dc0145d7ee lowercase env var 2021-12-10 15:59:12 +00:00
Asim Aslam
855fd8f72a replace db with store in function (#318)
* replace db with store in function

* .

* set id properly

* .
2021-12-10 15:51:34 +00:00
Dominic Wong
f022c62a87 Space.Upload (#313) 2021-12-10 15:26:50 +00:00
Asim Aslam
156042c6ea update 2021-12-10 12:17:38 +00:00
Asim Aslam
adb1fadbfb fix example 2021-12-10 11:33:52 +00:00
Asim Aslam
7d3bc9a5b2 add youtube embed endpoint 2021-12-10 11:28:00 +00:00
Asim Aslam
13dd1af1d4 youtube embed 2021-12-10 11:07:11 +00:00
Asim Aslam
d5fa802db2 update readme 2021-12-10 10:41:22 +00:00
Asim Aslam
3b5eca0f37 fix example 2021-12-10 10:40:57 +00:00
Asim Aslam
4154841cd6 Merge branch 'master' of ssh://github.com/micro/services 2021-12-10 10:38:28 +00:00
Asim Aslam
b970be2cd7 update comments 2021-12-10 10:38:11 +00:00
Asim Aslam
99a852e052 Update TODO.md 2021-12-10 10:35:28 +00:00
Asim Aslam
8b48ea58a4 update translate 2021-12-10 10:28:41 +00:00
zhaoyang
4ec7a7aa5c feat: add translation API (#297)
* feat: add translation

* feat: resurface translation by Google Translation

* feat: renamed the service as `translate` to make more readable

* fix: renamed response and request name to match rpc name

* chore: delete useless blank line

* Update publicapi.json

* Update publicapi.json

* Update README.md

Co-authored-by: Asim Aslam <asim@aslam.me>
2021-12-10 10:15:57 +00:00
Daniel Joudat
1d6234155a Passwordless (#292)
* add two rpcs to User service:
	- Passwordless: endpoint that receives an email, topic and an optional message
	- PasswordlessML: endpoint that receives token and topic via MagicLink.

* Proposal to add Passwordless login feature to the endpoint user.

* remove currency run check

* Commit from GitHub Actions (Publish APIs & Clients)

* Create downstream.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* update todo

* Commit from GitHub Actions (Publish APIs & Clients)

* Update publish.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* Update publish.yml

* Commit from GitHub Actions (Publish APIs & Clients)

* Update and rename publish.yml to generate.yml

* Update generate.yml

* Commit from GitHub Actions (Generate Clients & Examples)

* Commit from GitHub Actions (Generate Clients & Examples)

* add comments

* Commit from GitHub Actions (Generate Clients & Examples)

* move otp to auth category

* charge for user verification

* Commit from GitHub Actions (Generate Clients & Examples)

* Update user.proto

* Commit from GitHub Actions (Generate Clients & Examples)

* Commit from GitHub Actions (Generate Clients & Examples)

* Change js client git repo url (#249)

* Commit from GitHub Actions (Generate Clients & Examples)

* use tableName func for Count

* Commit from GitHub Actions (Generate Clients & Examples)

* update notes example

* Commit from GitHub Actions (Generate Clients & Examples)

* Update .gitignore

* Update .gitignore

* Commit from GitHub Actions (Generate Clients & Examples)

* add new endpoints SendMagicLink and VerifyToken to M3O user serivce

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

* Update user.proto

* add examples to examples.json | convert isvalid to is_valid | add some extra comments in user.proto

Signed-off-by: Daniel Joudat <danieljoudat@gmail.com>

Co-authored-by: Asim Aslam <asim@aslam.me>
Co-authored-by: asim <asim@users.noreply.github.com>
Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
Co-authored-by: crufter <crufter@users.noreply.github.com>
2021-12-10 09:57:00 +00:00
Asim Aslam
f82bc634c1 space download endpoint 2021-12-10 09:27:08 +00:00
Asim Aslam
904821dc6b Add Space.Download (#301)
* add Space.Download

* change data to bytes
2021-12-10 09:19:13 +00:00
Dominic Wong
d66117b4fe Make url on space.read work with base url (#300) 2021-12-09 16:45:51 +00:00
Dominic Wong
dbdd3715a9 Space updates (#299)
* updates for timestamps and storing meta for quick retrieval

* fix up head vis
2021-12-09 16:25:34 +00:00
Asim Aslam
395c190af3 fix comment 2021-12-09 14:59:48 +00:00
Asim Aslam
3c78891bb8 fix head example 2021-12-09 14:58:38 +00:00
Asim Aslam
5e8d143f99 fix comments 2021-12-09 14:45:57 +00:00
Asim Aslam
e9244455f3 modify comment 2021-12-09 14:28:37 +00:00
Asim Aslam
85b66f8760 update space read comment 2021-12-09 14:16:15 +00:00
Asim Aslam
40835c753e update proto 2021-12-09 14:14:40 +00:00
Dominic Wong
c61badab4b Space API (#290) 2021-12-09 10:56:42 +00:00
Asim Aslam
bed010d0a9 update nft readme 2021-12-08 14:49:18 +00:00
Asim Aslam
26d36c986d fix description 2021-12-08 14:47:50 +00:00
Asim Aslam
c6a8286bae add collections endpoint to nfts 2021-12-08 14:39:52 +00:00
Asim Aslam
598872e839 fix example 2021-12-08 14:13:05 +00:00
Asim Aslam
cc0a59aaf7 add nft assets endpoint (#298) 2021-12-08 14:04:19 +00:00
Asim Aslam
22ce7074a0 add joke comments 2021-12-08 11:22:56 +00:00