Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
be90148a3d | |||
27afbabc57 | |||
a60b5a0c4e | |||
58f294c95c | |||
63612d3691 | |||
a30dbb54e5 |
@ -14,5 +14,11 @@ https://async.api.global
|
||||
For requests that are not sensitive for timely execution there is a async endpoint, that will schedule an request for "later point in time" exection. Any requests going there need to register a webhook within their account for transmitting responses in an asynchronious fashion.
|
||||
|
||||
## Worker Endpoints
|
||||
[4chd76gf].api.global
|
||||
Worker endpoints
|
||||
```
|
||||
https://[4chd76gf].api.global
|
||||
```
|
||||
Worker endpoints are assigned to you on a dynamic basis
|
||||
|
||||
!!! hint
|
||||
If you are using TypeScript we can not recommend enough to use our TypeScript npm packages for super easy integration.
|
||||
They are maintained by us ourselves and hide most complex stuff from you so you can focus on using the tools.
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "awpm.xyz",
|
||||
"version": "1.0.30",
|
||||
"version": "1.0.34",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "awpm.xyz",
|
||||
"version": "1.0.30",
|
||||
"version": "1.0.34",
|
||||
"description": "the specification for the awesome workplace manifesto",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user