0.1.85 • Published 8 months ago

@dpype/rest-at-rest v0.1.85

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
8 months ago

Everything API Endpoints

This document outlines the API endpoints exposed by the "everything" API. The base path for all endpoints is /v[x = positive number]. Current x is 0.

Authentication:

  • /auth/refreshToken (POST): Refreshes an expired access token using a refresh token.
  • /auth/otp/request (POST): Requests a One-Time Password (OTP) for a resource.
  • /auth/otp/exchange (POST): Verifies an OTP and potentially exchanges it for an authentication session (details not provided).

Resource Management:

  • /api/{collectionName}/{resourceName}:
    • POST: Creates a new resource within a specified collection.
    • GET: Retrieves a list of resources within a specified collection.
  • /api/{collectionName}/{resourceName}/{resourceId}:
    • POST, PATCH, PUT: Updates an existing resource identified by its resourceId.
    • GET: Retrieves a specific resource identified by its resourceId.

Resource Actions:

  • /api/{collectionName}/{resourceName}/{resourceId}/actions/{actionType}/{destination} (POST): Performs an action on a resource. The specific action type and destination are not documented in the provided information.

Resource Permissions:

  • /api/{collectionName}/{resourceName}/{resourceId}/permissions/{actionType} (POST): Assigns a permission level (specific action type not documented) to a resource.

Notes:

  • /{collectionName} and /{resourceName} are placeholders for the collection and resource names, respectively.
  • /{resourceId} is a placeholder for the unique identifier of a specific resource.
  • Details about the specific actionType and destination used in the resource actions route are not available.
  • Similarly, details about the specific actionType used in the resource permissions route are not available.
0.1.85

8 months ago

0.1.83

9 months ago

0.1.82

9 months ago

0.1.81

9 months ago

0.1.80

9 months ago

0.1.79

9 months ago

0.1.78

10 months ago

0.1.77

10 months ago

0.1.76

11 months ago

0.1.75

11 months ago

0.1.74

11 months ago

0.1.73

11 months ago

0.1.72

11 months ago

0.1.71

11 months ago

0.1.70

11 months ago

0.1.69

11 months ago

0.1.68

11 months ago

0.1.67

11 months ago

0.1.66

11 months ago

0.1.65

11 months ago

0.1.64

11 months ago

0.1.63

11 months ago

0.1.62

11 months ago

0.1.61

11 months ago

0.1.60

11 months ago

0.1.59

11 months ago

0.1.55

11 months ago

0.1.53

11 months ago

0.1.52

11 months ago

0.1.51

11 months ago

0.1.50

11 months ago

0.1.49

11 months ago

0.1.46

11 months ago

0.1.45

11 months ago

0.1.44

12 months ago

0.1.43

12 months ago

0.1.42

12 months ago

0.1.41

12 months ago

0.1.40

12 months ago

0.1.39

12 months ago

0.1.38

12 months ago

0.1.37

12 months ago

0.1.36

12 months ago

0.1.35

12 months ago

0.1.34

12 months ago

0.1.33

12 months ago

0.1.29

12 months ago

0.1.28

12 months ago

0.1.27

12 months ago

0.1.25

12 months ago

0.1.24

12 months ago

0.1.21

12 months ago

0.1.20

12 months ago

0.1.19

12 months ago

0.1.18

12 months ago

0.1.17

12 months ago

0.1.15

12 months ago

0.1.14

12 months ago

0.1.13

12 months ago

0.1.12

12 months ago

0.1.11

12 months ago

0.1.10

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.3

1 year ago