Commit Graph

1105 Commits

Author SHA1 Message Date
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
zhaoyang
531f0d9fe1 feat: remove reddit source because of offensive contents (#296)
discuss in https://github.com/micro/services/pull/294
2021-12-08 11:18:16 +00:00
zhaoyang
72827704d2 feat: add joke api (#294)
* feat: add joke api
close #124

* chore: count boundary

* fix: bug fix
chore: update README.md

* feat: add publicapi.json
2021-12-08 10:38:03 +00:00
Asim Aslam
1688a9efdd add description to endpoint 2021-12-07 11:34:28 +00:00
Asim Aslam
0d4ca7951d fix readme 2021-12-07 11:33:18 +00:00
zhaoyang
e53c3bb52c feat: add movie search service (#293)
* feat: add movie search service
close #183

* chore: update display name

* chore: code review fix

* feat: avoid panic when fields would be null or missed

* chore: make it more readable

* fix: correct format
2021-12-07 11:27:10 +00:00
Asim Aslam
ea15a0f0fe Merge branch 'master' of ssh://github.com/micro/services 2021-12-04 22:21:06 +00:00
Asim Aslam
6a078b4176 fix otp 2021-12-04 22:20:57 +00:00
Asim Aslam
a7f6c539bc Delete integration.yml 2021-12-04 22:18:27 +00:00
Asim Aslam
a29ccf37a0 add pkg 2021-12-02 18:25:52 +00:00
Asim Aslam
bf455d169e set ttl 2021-12-02 18:23:55 +00:00
Asim Aslam
c0f53037e6 use disk backed cache (#289) 2021-12-02 15:58:41 +00:00
Asim Aslam
675e16f1bc fix readmes 2021-12-02 08:31:13 +00:00
Asim Aslam
d616d9098d search coming soon 2021-12-02 08:23:41 +00:00