You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
52
52
- Parameters: N/A
53
53
- Data: N/A
54
54
- Return Type: `JSON`
55
-
- Example Link: https://masader-web-service.herokuapp.com/datasets/schema
55
+
- Example Link: https://arbml.github.io/masader-webservice/datasets/schema
56
56
- Example Output:
57
57
58
58
```json
@@ -74,7 +74,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
74
74
-`features` (Optional): The list of required features to be returned for each dataset (e.g. `features=Name,Year,Unit`).
75
75
- Data: N/A
76
76
- Return Type: `JSON`
77
-
- Example Link: [https://masader-web-service.herokuapp.com/datasets?features=Name,Year,Unit&query=Year>2003 and Year<2008 and Unit=='tokens'](https://masader-web-service.herokuapp.com/datasets?features=Name,Year,Unit&query=Year>2003%20and%20Year<2008%20and%20Unit=='tokens')
77
+
- Example Link: [https://arbml.github.io/masader-webservice/datasets?features=Name,Year,Unit&query=Year>2003 and Year<2008 and Unit=='tokens'](https://arbml.github.io/masader-webservice/datasets?features=Name,Year,Unit&query=Year>2003%20and%20Year<2008%20and%20Unit=='tokens')
78
78
- Example Output:
79
79
80
80
```json
@@ -108,7 +108,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
108
108
-`features` (Optional): The list of required features to be returned for each dataset (e.g. `features=Name,Year`).
109
109
- Data: N/A
110
110
- Return Type: `JSON`
111
-
- Example Link: https://masader-web-service.herokuapp.com/datasets/1?features=Name,Year
111
+
- Example Link: https://arbml.github.io/masader-webservice/datasets/1?features=Name,Year
112
112
- Example Output:
113
113
114
114
```json
@@ -127,7 +127,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
127
127
-`features` (Optional): The list of required features to return their unique values (e.g. `features=Dialect,Year`).
128
128
- Data: N/A
129
129
- Return Type: `JSON`
130
-
- Example Link: https://masader-web-service.herokuapp.com/datasets/tags?features=Dialect,Year
130
+
- Example Link: https://arbml.github.io/masader-webservice/datasets/tags?features=Dialect,Year
131
131
- Example Output:
132
132
133
133
```json
@@ -158,7 +158,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
158
158
-`title`: The issue's title. This will be prefixed with the dataset name.
159
159
-`body`: The issue's body.
160
160
- Return Type: `JSON`
161
-
- Example Link: https://masader-web-service.herokuapp.com/datasets/1/issues
161
+
- Example Link: https://arbml.github.io/masader-webservice/datasets/1/issues
162
162
- Example Output:
163
163
164
164
```json
@@ -175,7 +175,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
175
175
- Parameters: N/A
176
176
- Data: N/A
177
177
- Return Type: `JSON`
178
-
- Example Link: https://masader-web-service.herokuapp.com/highlights
178
+
- Example Link: https://arbml.github.io/masader-webservice/highlights
179
179
- Example Output:
180
180
181
181
```json
@@ -193,7 +193,7 @@ Make sure to apply `pre-commit` hooks before submitting any pull request by runn
193
193
- Parameters: N/A
194
194
- Data: N/A
195
195
- Return Type: `JSON`
196
-
- Example Link: https://masader-web-service.herokuapp.com/refresh/123456
196
+
- Example Link: https://arbml.github.io/masader-webservice/refresh/123456
0 commit comments