diff --git a/curl/address/lookupPostcode/lookupPostcode.sh b/curl/address/lookupPostcode/lookupPostcode.sh deleted file mode 100755 index 3984675..0000000 --- a/curl/address/lookupPostcode/lookupPostcode.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/address/LookupPostcode" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "postcode": "SW1A 2AA" -}' \ No newline at end of file diff --git a/curl/answer/question/askAQuestion.sh b/curl/answer/question/askAQuestion.sh deleted file mode 100755 index 2c9398e..0000000 --- a/curl/answer/question/askAQuestion.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/answer/Question" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "query": "microsoft" -}' \ No newline at end of file diff --git a/curl/cache/decrement/decrementAValue.sh b/curl/cache/decrement/decrementAValue.sh deleted file mode 100755 index 5a5c847..0000000 --- a/curl/cache/decrement/decrementAValue.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/cache/Decrement" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "key": "counter", - "value": 2 -}' \ No newline at end of file diff --git a/curl/cache/delete/deleteAValue.sh b/curl/cache/delete/deleteAValue.sh deleted file mode 100755 index 0c4053f..0000000 --- a/curl/cache/delete/deleteAValue.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/cache/Delete" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "key": "foo" -}' \ No newline at end of file diff --git a/curl/cache/get/getAValue.sh b/curl/cache/get/getAValue.sh deleted file mode 100755 index ea7b169..0000000 --- a/curl/cache/get/getAValue.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/cache/Get" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "key": "foo" -}' \ No newline at end of file diff --git a/curl/cache/increment/incrementAValue.sh b/curl/cache/increment/incrementAValue.sh deleted file mode 100755 index df9d07a..0000000 --- a/curl/cache/increment/incrementAValue.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/cache/Increment" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "key": "counter", - "value": 2 -}' \ No newline at end of file diff --git a/curl/cache/set/setAValue.sh b/curl/cache/set/setAValue.sh deleted file mode 100755 index 835b90b..0000000 --- a/curl/cache/set/setAValue.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/cache/Set" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "key": "foo", - "value": "bar" -}' \ No newline at end of file diff --git a/curl/crypto/history/getPreviousClose.sh b/curl/crypto/history/getPreviousClose.sh deleted file mode 100755 index 8f4b889..0000000 --- a/curl/crypto/history/getPreviousClose.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/crypto/History" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "BTCUSD" -}' \ No newline at end of file diff --git a/curl/crypto/news/getCryptocurrencyNews.sh b/curl/crypto/news/getCryptocurrencyNews.sh deleted file mode 100755 index 93ebff5..0000000 --- a/curl/crypto/news/getCryptocurrencyNews.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/crypto/News" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "BTCUSD" -}' \ No newline at end of file diff --git a/curl/crypto/price/getCryptocurrencyPrice.sh b/curl/crypto/price/getCryptocurrencyPrice.sh deleted file mode 100755 index 33fb7fe..0000000 --- a/curl/crypto/price/getCryptocurrencyPrice.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/crypto/Price" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "BTCUSD" -}' \ No newline at end of file diff --git a/curl/crypto/quote/getACryptocurrencyQuote.sh b/curl/crypto/quote/getACryptocurrencyQuote.sh deleted file mode 100755 index 8cf825c..0000000 --- a/curl/crypto/quote/getACryptocurrencyQuote.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/crypto/Quote" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "BTCUSD" -}' \ No newline at end of file diff --git a/curl/currency/codes/getSupportedCodes.sh b/curl/currency/codes/getSupportedCodes.sh deleted file mode 100755 index 371ba8b..0000000 --- a/curl/currency/codes/getSupportedCodes.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/currency/Codes" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/currency/convert/convert10UsdToGbp.sh b/curl/currency/convert/convert10UsdToGbp.sh deleted file mode 100755 index 0688d8c..0000000 --- a/curl/currency/convert/convert10UsdToGbp.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/currency/Convert" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "amount": 10, - "from": "USD", - "to": "GBP" -}' \ No newline at end of file diff --git a/curl/currency/convert/convertUsdToGbp.sh b/curl/currency/convert/convertUsdToGbp.sh deleted file mode 100755 index b864573..0000000 --- a/curl/currency/convert/convertUsdToGbp.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/currency/Convert" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "from": "USD", - "to": "GBP" -}' \ No newline at end of file diff --git a/curl/currency/history/historicRatesForACurrency.sh b/curl/currency/history/historicRatesForACurrency.sh deleted file mode 100755 index 190f185..0000000 --- a/curl/currency/history/historicRatesForACurrency.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/currency/History" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "code": "USD", - "date": "2021-05-30" -}' \ No newline at end of file diff --git a/curl/currency/rates/getRatesForUsd.sh b/curl/currency/rates/getRatesForUsd.sh deleted file mode 100755 index 995c5f1..0000000 --- a/curl/currency/rates/getRatesForUsd.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/currency/Rates" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "code": "USD" -}' \ No newline at end of file diff --git a/curl/db/count/countEntriesInATable.sh b/curl/db/count/countEntriesInATable.sh deleted file mode 100755 index fdd2bfb..0000000 --- a/curl/db/count/countEntriesInATable.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/db/Count" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "table": "users" -}' \ No newline at end of file diff --git a/curl/db/create/createARecord.sh b/curl/db/create/createARecord.sh deleted file mode 100755 index 47cabf2..0000000 --- a/curl/db/create/createARecord.sh +++ /dev/null @@ -1,12 +0,0 @@ -curl "https://api.m3o.com/v1/db/Create" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "record": { - "age": 42, - "id": "1", - "isActive": true, - "name": "Jane" - }, - "table": "users" -}' \ No newline at end of file diff --git a/curl/db/delete/deleteARecord.sh b/curl/db/delete/deleteARecord.sh deleted file mode 100755 index ef6abf1..0000000 --- a/curl/db/delete/deleteARecord.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/db/Delete" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "id": "1", - "table": "users" -}' \ No newline at end of file diff --git a/curl/db/read/readRecords.sh b/curl/db/read/readRecords.sh deleted file mode 100755 index 8a737ed..0000000 --- a/curl/db/read/readRecords.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/db/Read" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "query": "age == 43", - "table": "users" -}' \ No newline at end of file diff --git a/curl/db/truncate/truncateTable.sh b/curl/db/truncate/truncateTable.sh deleted file mode 100755 index b0d5d40..0000000 --- a/curl/db/truncate/truncateTable.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/db/Truncate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "table": "users" -}' \ No newline at end of file diff --git a/curl/db/update/updateARecord.sh b/curl/db/update/updateARecord.sh deleted file mode 100755 index c278560..0000000 --- a/curl/db/update/updateARecord.sh +++ /dev/null @@ -1,10 +0,0 @@ -curl "https://api.m3o.com/v1/db/Update" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "record": { - "age": 43, - "id": "1" - }, - "table": "users" -}' \ No newline at end of file diff --git a/curl/email/send/sendEmail.sh b/curl/email/send/sendEmail.sh deleted file mode 100755 index 9a3a5f8..0000000 --- a/curl/email/send/sendEmail.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/email/Send" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "from": "Awesome Dot Com", - "subject": "Email verification", - "textBody": "Hi there,\n\nPlease verify your email by clicking this link: $micro_verification_link" -}' \ No newline at end of file diff --git a/curl/emoji/find/findEmoji.sh b/curl/emoji/find/findEmoji.sh deleted file mode 100755 index df8d0b8..0000000 --- a/curl/emoji/find/findEmoji.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/emoji/Find" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "alias": ":beer:" -}' \ No newline at end of file diff --git a/curl/emoji/flag/getFlagByCountryCode.sh b/curl/emoji/flag/getFlagByCountryCode.sh deleted file mode 100755 index d72fcbd..0000000 --- a/curl/emoji/flag/getFlagByCountryCode.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/emoji/Flag" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "alias": "GB" -}' \ No newline at end of file diff --git a/curl/emoji/print/printTextIncludingEmoji.sh b/curl/emoji/print/printTextIncludingEmoji.sh deleted file mode 100755 index 0fb4f86..0000000 --- a/curl/emoji/print/printTextIncludingEmoji.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/emoji/Print" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "text": "let's grab a :beer:" -}' \ No newline at end of file diff --git a/curl/emoji/send/sendATextContainingAnEmojiToAnyoneViaSms.sh b/curl/emoji/send/sendATextContainingAnEmojiToAnyoneViaSms.sh deleted file mode 100755 index 8315b6e..0000000 --- a/curl/emoji/send/sendATextContainingAnEmojiToAnyoneViaSms.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/emoji/Send" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "from": "Alice", - "message": "let's grab a :beer:", - "to": "+44782669123" -}' \ No newline at end of file diff --git a/curl/evchargers/referenceData/getReferenceData.sh b/curl/evchargers/referenceData/getReferenceData.sh deleted file mode 100755 index 77dd008..0000000 --- a/curl/evchargers/referenceData/getReferenceData.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/evchargers/ReferenceData" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/evchargers/search/searchByBoundingBox.sh b/curl/evchargers/search/searchByBoundingBox.sh deleted file mode 100755 index 8825fb6..0000000 --- a/curl/evchargers/search/searchByBoundingBox.sh +++ /dev/null @@ -1,16 +0,0 @@ -curl "https://api.m3o.com/v1/evchargers/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "box": { - "bottom_left": { - "latitude": 51.52627543859447, - "longitude": -0.03635349400295168 - }, - "top_right": { - "latitude": 51.56717121807993, - "longitude": -0.002293530559768285 - } - }, - "max_results": 2 -}' \ No newline at end of file diff --git a/curl/evchargers/search/searchByLocation.sh b/curl/evchargers/search/searchByLocation.sh deleted file mode 100755 index 1eac241..0000000 --- a/curl/evchargers/search/searchByLocation.sh +++ /dev/null @@ -1,11 +0,0 @@ -curl "https://api.m3o.com/v1/evchargers/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "distance": 2000, - "location": { - "latitude": 51.53336351319885, - "longitude": -0.0252 - }, - "max_results": 2 -}' \ No newline at end of file diff --git a/curl/evchargers/search/searchWithFiltersFastChargersOnly.sh b/curl/evchargers/search/searchWithFiltersFastChargersOnly.sh deleted file mode 100755 index 2e0d7f3..0000000 --- a/curl/evchargers/search/searchWithFiltersFastChargersOnly.sh +++ /dev/null @@ -1,14 +0,0 @@ -curl "https://api.m3o.com/v1/evchargers/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "distance": 2000, - "levels": [ - "3" - ], - "location": { - "latitude": 51.53336351319885, - "longitude": -0.0252 - }, - "max_results": 2 -}' \ No newline at end of file diff --git a/curl/file/delete/deleteFile.sh b/curl/file/delete/deleteFile.sh deleted file mode 100755 index 5271a16..0000000 --- a/curl/file/delete/deleteFile.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/file/Delete" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "path": "/document/text-files/file.txt", - "project": "examples" -}' \ No newline at end of file diff --git a/curl/file/list/listFiles.sh b/curl/file/list/listFiles.sh deleted file mode 100755 index 5334e3c..0000000 --- a/curl/file/list/listFiles.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/file/List" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "project": "examples" -}' \ No newline at end of file diff --git a/curl/file/read/readFile.sh b/curl/file/read/readFile.sh deleted file mode 100755 index f05bc34..0000000 --- a/curl/file/read/readFile.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/file/Read" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "path": "/document/text-files/file.txt", - "project": "examples" -}' \ No newline at end of file diff --git a/curl/file/save/saveFile.sh b/curl/file/save/saveFile.sh deleted file mode 100755 index 06d7cea..0000000 --- a/curl/file/save/saveFile.sh +++ /dev/null @@ -1,10 +0,0 @@ -curl "https://api.m3o.com/v1/file/Save" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "file": { - "content": "file content example", - "path": "/document/text-files/file.txt", - "project": "examples" - } -}' \ No newline at end of file diff --git a/curl/forex/history/getPreviousClose.sh b/curl/forex/history/getPreviousClose.sh deleted file mode 100755 index 1c17cb9..0000000 --- a/curl/forex/history/getPreviousClose.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/forex/History" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "GBPUSD" -}' \ No newline at end of file diff --git a/curl/forex/price/getAnFxPrice.sh b/curl/forex/price/getAnFxPrice.sh deleted file mode 100755 index 5f4cbdc..0000000 --- a/curl/forex/price/getAnFxPrice.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/forex/Price" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "GBPUSD" -}' \ No newline at end of file diff --git a/curl/forex/quote/getAFxQuote.sh b/curl/forex/quote/getAFxQuote.sh deleted file mode 100755 index f0c2b34..0000000 --- a/curl/forex/quote/getAFxQuote.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/forex/Quote" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "GBPUSD" -}' \ No newline at end of file diff --git a/curl/function/call/callAFunction.sh b/curl/function/call/callAFunction.sh deleted file mode 100755 index e43e649..0000000 --- a/curl/function/call/callAFunction.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/function/Call" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "my-first-func", - "request": {} -}' \ No newline at end of file diff --git a/curl/function/delete/deleteAFunction.sh b/curl/function/delete/deleteAFunction.sh deleted file mode 100755 index 1c0e5fe..0000000 --- a/curl/function/delete/deleteAFunction.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/function/Delete" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "my-first-func", - "project": "tests" -}' \ No newline at end of file diff --git a/curl/function/deploy/deployAFunction.sh b/curl/function/deploy/deployAFunction.sh deleted file mode 100755 index 2c76511..0000000 --- a/curl/function/deploy/deployAFunction.sh +++ /dev/null @@ -1,10 +0,0 @@ -curl "https://api.m3o.com/v1/function/Deploy" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "entrypoint": "helloworld", - "name": "my-first-func", - "project": "tests", - "repo": "github.com/m3o/nodejs-function-example", - "runtime": "nodejs14" -}' \ No newline at end of file diff --git a/curl/function/describe/describeFunctionStatus.sh b/curl/function/describe/describeFunctionStatus.sh deleted file mode 100755 index 343e190..0000000 --- a/curl/function/describe/describeFunctionStatus.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/function/Describe" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "my-first-func", - "project": "tests" -}' \ No newline at end of file diff --git a/curl/function/list/listFunctions.sh b/curl/function/list/listFunctions.sh deleted file mode 100755 index 2098fa7..0000000 --- a/curl/function/list/listFunctions.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/function/List" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/geocoding/lookup/geocodeAnAddress.sh b/curl/geocoding/lookup/geocodeAnAddress.sh deleted file mode 100755 index 8c049cc..0000000 --- a/curl/geocoding/lookup/geocodeAnAddress.sh +++ /dev/null @@ -1,9 +0,0 @@ -curl "https://api.m3o.com/v1/geocoding/Lookup" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "address": "10 russell st", - "city": "london", - "country": "uk", - "postcode": "wc2b" -}' \ No newline at end of file diff --git a/curl/geocoding/reverse/reverseGeocodeLocation.sh b/curl/geocoding/reverse/reverseGeocodeLocation.sh deleted file mode 100755 index cbf53d1..0000000 --- a/curl/geocoding/reverse/reverseGeocodeLocation.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/geocoding/Reverse" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "latitude": 51.5123064, - "longitude": -0.1216235 -}' \ No newline at end of file diff --git a/curl/gifs/search/search.sh b/curl/gifs/search/search.sh deleted file mode 100755 index 32ca349..0000000 --- a/curl/gifs/search/search.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/gifs/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "limit": 2, - "query": "dogs" -}' \ No newline at end of file diff --git a/curl/google/search/searchForVideos.sh b/curl/google/search/searchForVideos.sh deleted file mode 100755 index d94ed1f..0000000 --- a/curl/google/search/searchForVideos.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/google/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "query": "how to make donuts" -}' \ No newline at end of file diff --git a/curl/helloworld/call/callTheHelloworldService.sh b/curl/helloworld/call/callTheHelloworldService.sh deleted file mode 100755 index ca20515..0000000 --- a/curl/helloworld/call/callTheHelloworldService.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/helloworld/Call" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "John" -}' \ No newline at end of file diff --git a/curl/helloworld/stream/streamsAreCurrentlyTemporarilyNotSupportedInClients.sh b/curl/helloworld/stream/streamsAreCurrentlyTemporarilyNotSupportedInClients.sh deleted file mode 100755 index 9d20e8b..0000000 --- a/curl/helloworld/stream/streamsAreCurrentlyTemporarilyNotSupportedInClients.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/helloworld/Stream" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "not supported" -}' \ No newline at end of file diff --git a/curl/holidays/countries/listCountries.sh b/curl/holidays/countries/listCountries.sh deleted file mode 100755 index ffe9084..0000000 --- a/curl/holidays/countries/listCountries.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/holidays/Countries" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/holidays/list/getHolidays.sh b/curl/holidays/list/getHolidays.sh deleted file mode 100755 index 4525b8a..0000000 --- a/curl/holidays/list/getHolidays.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/holidays/List" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "country_code": "GB", - "year": 2022 -}' \ No newline at end of file diff --git a/curl/id/generate/generateABigflakeId.sh b/curl/id/generate/generateABigflakeId.sh deleted file mode 100755 index 51ad213..0000000 --- a/curl/id/generate/generateABigflakeId.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/id/Generate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "type": "bigflake" -}' \ No newline at end of file diff --git a/curl/id/generate/generateAShortId.sh b/curl/id/generate/generateAShortId.sh deleted file mode 100755 index 44024ee..0000000 --- a/curl/id/generate/generateAShortId.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/id/Generate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "type": "shortid" -}' \ No newline at end of file diff --git a/curl/id/generate/generateASnowflakeId.sh b/curl/id/generate/generateASnowflakeId.sh deleted file mode 100755 index 8ff3d1c..0000000 --- a/curl/id/generate/generateASnowflakeId.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/id/Generate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "type": "snowflake" -}' \ No newline at end of file diff --git a/curl/id/generate/generateAUniqueId.sh b/curl/id/generate/generateAUniqueId.sh deleted file mode 100755 index 655c66e..0000000 --- a/curl/id/generate/generateAUniqueId.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/id/Generate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "type": "uuid" -}' \ No newline at end of file diff --git a/curl/id/types/listTheTypesOfIdsAvailable.sh b/curl/id/types/listTheTypesOfIdsAvailable.sh deleted file mode 100755 index 3cb1403..0000000 --- a/curl/id/types/listTheTypesOfIdsAvailable.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/id/Types" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/image/convert/convertAPngImageToAJpegTakenFromAUrlAndSavedToAUrlOnMicrosCdn.sh b/curl/image/convert/convertAPngImageToAJpegTakenFromAUrlAndSavedToAUrlOnMicrosCdn.sh deleted file mode 100755 index 2558e38..0000000 --- a/curl/image/convert/convertAPngImageToAJpegTakenFromAUrlAndSavedToAUrlOnMicrosCdn.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/image/Convert" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "cat.jpeg", - "outputURL": true, - "url": "somewebsite.com/cat.png" -}' \ No newline at end of file diff --git a/curl/image/resize/base64ToBase64Image.sh b/curl/image/resize/base64ToBase64Image.sh deleted file mode 100755 index b4a5a61..0000000 --- a/curl/image/resize/base64ToBase64Image.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/image/Resize" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "base64": "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==", - "height": 100, - "width": 100 -}' \ No newline at end of file diff --git a/curl/image/resize/base64ToBase64ImageWithCropping.sh b/curl/image/resize/base64ToBase64ImageWithCropping.sh deleted file mode 100755 index 59e3ec5..0000000 --- a/curl/image/resize/base64ToBase64ImageWithCropping.sh +++ /dev/null @@ -1,12 +0,0 @@ -curl "https://api.m3o.com/v1/image/Resize" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "base64": "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==", - "cropOptions": { - "height": 50, - "width": 50 - }, - "height": 100, - "width": 100 -}' \ No newline at end of file diff --git a/curl/image/resize/base64ToHostedImage.sh b/curl/image/resize/base64ToHostedImage.sh deleted file mode 100755 index 3068e91..0000000 --- a/curl/image/resize/base64ToHostedImage.sh +++ /dev/null @@ -1,10 +0,0 @@ -curl "https://api.m3o.com/v1/image/Resize" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "base64": "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==", - "height": 100, - "name": "cat.png", - "outputURL": true, - "width": 100 -}' \ No newline at end of file diff --git a/curl/image/upload/uploadABase64ImageToMicrosCdn.sh b/curl/image/upload/uploadABase64ImageToMicrosCdn.sh deleted file mode 100755 index fda7f2f..0000000 --- a/curl/image/upload/uploadABase64ImageToMicrosCdn.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/image/Upload" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "base64": "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAx0lEQVR4nOzaMaoDMQyE4ZHj+x82vVdhwQoTkzKQEcwP5r0ihT7sbjUTeAJ4HCegXQJYfOYefOyjDuBiz3yjwJBoCIl6QZOeUjTC1Ix1IxEJXF9+0KWsf2bD4bn37OO/c/wuQ9QyRC1D1DJELUPUMkQtQ9QyRC1D1DJELUPUMkQtQ9QyRC1D1DJELUPUMkQtQ9Sa/NG94Tf3j4WBdaxudMEkn4IM2rZBA0wBrvo7aOcpj2emXvLeVt0IGm0GVXUj91mvAAAA//+V2CZl+4AKXwAAAABJRU5ErkJggg==", - "name": "cat.jpeg", - "outputURL": true -}' \ No newline at end of file diff --git a/curl/image/upload/uploadAnImageFromAUrlToMicrosCdn.sh b/curl/image/upload/uploadAnImageFromAUrlToMicrosCdn.sh deleted file mode 100755 index 141a821..0000000 --- a/curl/image/upload/uploadAnImageFromAUrlToMicrosCdn.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/image/Upload" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "cat.jpeg", - "url": "somewebsite.com/cat.png" -}' \ No newline at end of file diff --git a/curl/ip/lookup/lookupIpInfo.sh b/curl/ip/lookup/lookupIpInfo.sh deleted file mode 100755 index d19117f..0000000 --- a/curl/ip/lookup/lookupIpInfo.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/ip/Lookup" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "ip": "93.148.214.31" -}' \ No newline at end of file diff --git a/curl/location/read/getLocationById.sh b/curl/location/read/getLocationById.sh deleted file mode 100755 index 5c6fa35..0000000 --- a/curl/location/read/getLocationById.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/location/Read" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "id": "1" -}' \ No newline at end of file diff --git a/curl/location/save/saveAnEntity.sh b/curl/location/save/saveAnEntity.sh deleted file mode 100755 index 0b2f800..0000000 --- a/curl/location/save/saveAnEntity.sh +++ /dev/null @@ -1,14 +0,0 @@ -curl "https://api.m3o.com/v1/location/Save" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "entity": { - "id": "1", - "location": { - "latitude": 51.511061, - "longitude": -0.120022, - "timestamp": "1622802761" - }, - "type": "bike" - } -}' \ No newline at end of file diff --git a/curl/location/search/searchForLocations.sh b/curl/location/search/searchForLocations.sh deleted file mode 100755 index 1306194..0000000 --- a/curl/location/search/searchForLocations.sh +++ /dev/null @@ -1,12 +0,0 @@ -curl "https://api.m3o.com/v1/location/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "center": { - "latitude": 51.511061, - "longitude": -0.120022 - }, - "numEntities": 10, - "radius": 100, - "type": "bike" -}' \ No newline at end of file diff --git a/curl/notes/create/createANote.sh b/curl/notes/create/createANote.sh deleted file mode 100755 index 1d88d04..0000000 --- a/curl/notes/create/createANote.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/notes/Create" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "text": "This is my note", - "title": "New Note" -}' \ No newline at end of file diff --git a/curl/notes/delete/deleteANote.sh b/curl/notes/delete/deleteANote.sh deleted file mode 100755 index 9f4a2b0..0000000 --- a/curl/notes/delete/deleteANote.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/notes/Delete" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "id": "63c0cdf8-2121-11ec-a881-0242e36f037a" -}' \ No newline at end of file diff --git a/curl/notes/list/listAllNotes.sh b/curl/notes/list/listAllNotes.sh deleted file mode 100755 index 4920123..0000000 --- a/curl/notes/list/listAllNotes.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/notes/List" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/notes/read/readANote.sh b/curl/notes/read/readANote.sh deleted file mode 100755 index e334fcf..0000000 --- a/curl/notes/read/readANote.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/notes/Read" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "id": "63c0cdf8-2121-11ec-a881-0242e36f037a" -}' \ No newline at end of file diff --git a/curl/notes/update/updateANote.sh b/curl/notes/update/updateANote.sh deleted file mode 100755 index 5ac8a1a..0000000 --- a/curl/notes/update/updateANote.sh +++ /dev/null @@ -1,10 +0,0 @@ -curl "https://api.m3o.com/v1/notes/Update" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "note": { - "id": "63c0cdf8-2121-11ec-a881-0242e36f037a", - "text": "Updated note text", - "title": "Update Note" - } -}' \ No newline at end of file diff --git a/curl/otp/generate/generateOtp.sh b/curl/otp/generate/generateOtp.sh deleted file mode 100755 index ee473be..0000000 --- a/curl/otp/generate/generateOtp.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/otp/Generate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "id": "asim@example.com" -}' \ No newline at end of file diff --git a/curl/otp/validate/validateOtp.sh b/curl/otp/validate/validateOtp.sh deleted file mode 100755 index 5d3831b..0000000 --- a/curl/otp/validate/validateOtp.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/otp/Validate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "code": "656211", - "id": "asim@example.com" -}' \ No newline at end of file diff --git a/curl/postcode/lookup/lookupPostcode.sh b/curl/postcode/lookup/lookupPostcode.sh deleted file mode 100755 index 33d2996..0000000 --- a/curl/postcode/lookup/lookupPostcode.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/postcode/Lookup" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "postcode": "SW1A 2AA" -}' \ No newline at end of file diff --git a/curl/postcode/random/returnARandomPostcodeAndItsInformation.sh b/curl/postcode/random/returnARandomPostcodeAndItsInformation.sh deleted file mode 100755 index a2ad81f..0000000 --- a/curl/postcode/random/returnARandomPostcodeAndItsInformation.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/postcode/Random" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/postcode/validate/returnARandomPostcodeAndItsInformation.sh b/curl/postcode/validate/returnARandomPostcodeAndItsInformation.sh deleted file mode 100755 index a0181c4..0000000 --- a/curl/postcode/validate/returnARandomPostcodeAndItsInformation.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/postcode/Validate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "postcode": "SW1A 2AA" -}' \ No newline at end of file diff --git a/curl/prayer/times/prayerTimes.sh b/curl/prayer/times/prayerTimes.sh deleted file mode 100755 index bac0de4..0000000 --- a/curl/prayer/times/prayerTimes.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/prayer/Times" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "location": "london" -}' \ No newline at end of file diff --git a/curl/qr/generate/generateAQrCode.sh b/curl/qr/generate/generateAQrCode.sh deleted file mode 100755 index 4aa44ea..0000000 --- a/curl/qr/generate/generateAQrCode.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/qr/Generate" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "size": 300, - "text": "https://m3o.com/qr" -}' \ No newline at end of file diff --git a/curl/quran/chapters/listChapters.sh b/curl/quran/chapters/listChapters.sh deleted file mode 100755 index 85cb4b2..0000000 --- a/curl/quran/chapters/listChapters.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/quran/Chapters" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "language": "en" -}' \ No newline at end of file diff --git a/curl/quran/search/searchTheQuran.sh b/curl/quran/search/searchTheQuran.sh deleted file mode 100755 index 146502b..0000000 --- a/curl/quran/search/searchTheQuran.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/quran/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "query": "messenger" -}' \ No newline at end of file diff --git a/curl/quran/summary/getChapterSummary.sh b/curl/quran/summary/getChapterSummary.sh deleted file mode 100755 index 8bde0d2..0000000 --- a/curl/quran/summary/getChapterSummary.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/quran/Summary" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "chapter": 1 -}' \ No newline at end of file diff --git a/curl/quran/verses/getVersesOfAChapter.sh b/curl/quran/verses/getVersesOfAChapter.sh deleted file mode 100755 index 06f6bb6..0000000 --- a/curl/quran/verses/getVersesOfAChapter.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/quran/Verses" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "chapter": 1 -}' \ No newline at end of file diff --git a/curl/routing/directions/turnByTurnDirections.sh b/curl/routing/directions/turnByTurnDirections.sh deleted file mode 100755 index 7753a92..0000000 --- a/curl/routing/directions/turnByTurnDirections.sh +++ /dev/null @@ -1,13 +0,0 @@ -curl "https://api.m3o.com/v1/routing/Directions" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "destination": { - "latitude": 52.529407, - "longitude": 13.397634 - }, - "origin": { - "latitude": 52.517037, - "longitude": 13.38886 - } -}' \ No newline at end of file diff --git a/curl/routing/eta/etaFromPointAToPointB.sh b/curl/routing/eta/etaFromPointAToPointB.sh deleted file mode 100755 index af4ef51..0000000 --- a/curl/routing/eta/etaFromPointAToPointB.sh +++ /dev/null @@ -1,13 +0,0 @@ -curl "https://api.m3o.com/v1/routing/Eta" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "destination": { - "latitude": 52.529407, - "longitude": 13.397634 - }, - "origin": { - "latitude": 52.517037, - "longitude": 13.38886 - } -}' \ No newline at end of file diff --git a/curl/routing/route/gpsPointsForARoute.sh b/curl/routing/route/gpsPointsForARoute.sh deleted file mode 100755 index 889a660..0000000 --- a/curl/routing/route/gpsPointsForARoute.sh +++ /dev/null @@ -1,13 +0,0 @@ -curl "https://api.m3o.com/v1/routing/Route" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "destination": { - "latitude": 52.529407, - "longitude": 13.397634 - }, - "origin": { - "latitude": 52.517037, - "longitude": 13.38886 - } -}' \ No newline at end of file diff --git a/curl/rss/add/addANewFeed.sh b/curl/rss/add/addANewFeed.sh deleted file mode 100755 index ef8d181..0000000 --- a/curl/rss/add/addANewFeed.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/rss/Add" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "category": "news", - "name": "bbc", - "url": "http://feeds.bbci.co.uk/news/rss.xml" -}' \ No newline at end of file diff --git a/curl/rss/feed/readAFeed.sh b/curl/rss/feed/readAFeed.sh deleted file mode 100755 index 2bae8a1..0000000 --- a/curl/rss/feed/readAFeed.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/rss/Feed" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "bbc" -}' \ No newline at end of file diff --git a/curl/rss/list/listRssFeeds.sh b/curl/rss/list/listRssFeeds.sh deleted file mode 100755 index 3d4635b..0000000 --- a/curl/rss/list/listRssFeeds.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/rss/List" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/rss/remove/removeAFeed.sh b/curl/rss/remove/removeAFeed.sh deleted file mode 100755 index 22d3610..0000000 --- a/curl/rss/remove/removeAFeed.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/rss/Remove" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "name": "bbc" -}' \ No newline at end of file diff --git a/curl/sentiment/analyze/analyzeAPieceOfText.sh b/curl/sentiment/analyze/analyzeAPieceOfText.sh deleted file mode 100755 index 17c9e6c..0000000 --- a/curl/sentiment/analyze/analyzeAPieceOfText.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/sentiment/Analyze" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "text": "this is amazing" -}' \ No newline at end of file diff --git a/curl/sms/send/sendSms.sh b/curl/sms/send/sendSms.sh deleted file mode 100755 index f667d6e..0000000 --- a/curl/sms/send/sendSms.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/sms/Send" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "from": "Alice", - "message": "Hi there!", - "to": "+447681129" -}' \ No newline at end of file diff --git a/curl/stock/history/getHistoricData.sh b/curl/stock/history/getHistoricData.sh deleted file mode 100755 index 9a17904..0000000 --- a/curl/stock/history/getHistoricData.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/stock/History" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "date": "2020-10-01", - "stock": "AAPL" -}' \ No newline at end of file diff --git a/curl/stock/orderBook/orderBookHistory.sh b/curl/stock/orderBook/orderBookHistory.sh deleted file mode 100755 index e651c7f..0000000 --- a/curl/stock/orderBook/orderBookHistory.sh +++ /dev/null @@ -1,10 +0,0 @@ -curl "https://api.m3o.com/v1/stock/OrderBook" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "date": "2020-10-01", - "end": "2020-10-01T11:00:00Z", - "limit": 3, - "start": "2020-10-01T10:00:00Z", - "stock": "AAPL" -}' \ No newline at end of file diff --git a/curl/stock/price/getAStockPrice.sh b/curl/stock/price/getAStockPrice.sh deleted file mode 100755 index 23438f4..0000000 --- a/curl/stock/price/getAStockPrice.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/stock/Price" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "AAPL" -}' \ No newline at end of file diff --git a/curl/stock/quote/getAStockQuote.sh b/curl/stock/quote/getAStockQuote.sh deleted file mode 100755 index b5935dd..0000000 --- a/curl/stock/quote/getAStockQuote.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/stock/Quote" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "symbol": "AAPL" -}' \ No newline at end of file diff --git a/curl/stream/publish/publishAMessage.sh b/curl/stream/publish/publishAMessage.sh deleted file mode 100755 index 8e55983..0000000 --- a/curl/stream/publish/publishAMessage.sh +++ /dev/null @@ -1,11 +0,0 @@ -curl "https://api.m3o.com/v1/stream/Publish" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "message": { - "id": "1", - "type": "signup", - "user": "john" - }, - "topic": "events" -}' \ No newline at end of file diff --git a/curl/stream/subscribe/subscribeToATopic.sh b/curl/stream/subscribe/subscribeToATopic.sh deleted file mode 100755 index 6ad3957..0000000 --- a/curl/stream/subscribe/subscribeToATopic.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/stream/Subscribe" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "topic": "events" -}' \ No newline at end of file diff --git a/curl/sunnah/books/getTheBooksWithinACollection.sh b/curl/sunnah/books/getTheBooksWithinACollection.sh deleted file mode 100755 index 5a53aee..0000000 --- a/curl/sunnah/books/getTheBooksWithinACollection.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/sunnah/Books" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "collection": "bukhari" -}' \ No newline at end of file diff --git a/curl/sunnah/chapters/listTheChaptersInABook.sh b/curl/sunnah/chapters/listTheChaptersInABook.sh deleted file mode 100755 index fa29463..0000000 --- a/curl/sunnah/chapters/listTheChaptersInABook.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/sunnah/Chapters" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "book": 1, - "collection": "bukhari" -}' \ No newline at end of file diff --git a/curl/sunnah/collections/listAvailableCollections.sh b/curl/sunnah/collections/listAvailableCollections.sh deleted file mode 100755 index 1ef6344..0000000 --- a/curl/sunnah/collections/listAvailableCollections.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/sunnah/Collections" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/sunnah/hadiths/listTheHadithsInABook.sh b/curl/sunnah/hadiths/listTheHadithsInABook.sh deleted file mode 100755 index 66834ec..0000000 --- a/curl/sunnah/hadiths/listTheHadithsInABook.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/sunnah/Hadiths" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "book": 1, - "collection": "bukhari" -}' \ No newline at end of file diff --git a/curl/thumbnail/screenshot/takeScreenshotOfAUrl.sh b/curl/thumbnail/screenshot/takeScreenshotOfAUrl.sh deleted file mode 100755 index a391c4c..0000000 --- a/curl/thumbnail/screenshot/takeScreenshotOfAUrl.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl "https://api.m3o.com/v1/thumbnail/Screenshot" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "height": 600, - "url": "https://m3o.com", - "width": 600 -}' \ No newline at end of file diff --git a/curl/time/now/returnsCurrentTimeOptionallyWithLocation.sh b/curl/time/now/returnsCurrentTimeOptionallyWithLocation.sh deleted file mode 100755 index 095f80d..0000000 --- a/curl/time/now/returnsCurrentTimeOptionallyWithLocation.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/time/Now" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/time/zone/getTheTimezoneInfoForASpecificLocation.sh b/curl/time/zone/getTheTimezoneInfoForASpecificLocation.sh deleted file mode 100755 index 7a239f6..0000000 --- a/curl/time/zone/getTheTimezoneInfoForASpecificLocation.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/time/Zone" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "location": "London" -}' \ No newline at end of file diff --git a/curl/twitter/search/searchForTweets.sh b/curl/twitter/search/searchForTweets.sh deleted file mode 100755 index 8b179cb..0000000 --- a/curl/twitter/search/searchForTweets.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/twitter/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "query": "cats" -}' \ No newline at end of file diff --git a/curl/twitter/timeline/getATwitterTimeline.sh b/curl/twitter/timeline/getATwitterTimeline.sh deleted file mode 100755 index 6bb381f..0000000 --- a/curl/twitter/timeline/getATwitterTimeline.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/twitter/Timeline" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "limit": 1, - "username": "m3oservices" -}' \ No newline at end of file diff --git a/curl/twitter/trends/getTheCurrentGlobalTrendingTopics.sh b/curl/twitter/trends/getTheCurrentGlobalTrendingTopics.sh deleted file mode 100755 index 17cd09e..0000000 --- a/curl/twitter/trends/getTheCurrentGlobalTrendingTopics.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/twitter/Trends" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/twitter/user/getAUsersTwitterProfile.sh b/curl/twitter/user/getAUsersTwitterProfile.sh deleted file mode 100755 index 042ea38..0000000 --- a/curl/twitter/user/getAUsersTwitterProfile.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/twitter/User" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "username": "crufter" -}' \ No newline at end of file diff --git a/curl/url/list/listYourShortenedUrls.sh b/curl/url/list/listYourShortenedUrls.sh deleted file mode 100755 index 622ca0b..0000000 --- a/curl/url/list/listYourShortenedUrls.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl "https://api.m3o.com/v1/url/List" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{}' \ No newline at end of file diff --git a/curl/url/proxy/resolveAShortUrlToALongDestinationUrl.sh b/curl/url/proxy/resolveAShortUrlToALongDestinationUrl.sh deleted file mode 100755 index 0de09b9..0000000 --- a/curl/url/proxy/resolveAShortUrlToALongDestinationUrl.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/url/Proxy" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "shortURL": "https://m3o.one/u/ck6SGVkYp" -}' \ No newline at end of file diff --git a/curl/url/shorten/shortenALongUrl.sh b/curl/url/shorten/shortenALongUrl.sh deleted file mode 100755 index cf8e07d..0000000 --- a/curl/url/shorten/shortenALongUrl.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/url/Shorten" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "destinationURL": "https://mysite.com/this-is-a-rather-long-web-address" -}' \ No newline at end of file diff --git a/curl/user/create/createAnAccount.sh b/curl/user/create/createAnAccount.sh deleted file mode 100755 index 3490a8c..0000000 --- a/curl/user/create/createAnAccount.sh +++ /dev/null @@ -1,9 +0,0 @@ -curl "https://api.m3o.com/v1/user/Create" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "email": "joe@example.com", - "id": "usrid-1", - "password": "mySecretPass123", - "username": "usrname-1" -}' \ No newline at end of file diff --git a/curl/user/delete/deleteUserAccount.sh b/curl/user/delete/deleteUserAccount.sh deleted file mode 100755 index 02009db..0000000 --- a/curl/user/delete/deleteUserAccount.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/user/Delete" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "id": "fdf34f34f34-f34f34-f43f43f34-f4f34f" -}' \ No newline at end of file diff --git a/curl/user/login/logAUserIn.sh b/curl/user/login/logAUserIn.sh deleted file mode 100755 index 592a105..0000000 --- a/curl/user/login/logAUserIn.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/user/Login" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "email": "joe@example.com", - "password": "mySecretPass123" -}' \ No newline at end of file diff --git a/curl/user/logout/logAUserOut.sh b/curl/user/logout/logAUserOut.sh deleted file mode 100755 index 015e898..0000000 --- a/curl/user/logout/logAUserOut.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/user/Logout" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "sessionId": "sds34s34s34-s34s34-s43s43s34-s4s34s" -}' \ No newline at end of file diff --git a/curl/user/read/readAccountByEmail.sh b/curl/user/read/readAccountByEmail.sh deleted file mode 100755 index b8522c7..0000000 --- a/curl/user/read/readAccountByEmail.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/user/Read" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "email": "joe@example.com" -}' \ No newline at end of file diff --git a/curl/user/read/readAccountByUsernameOrEmail.sh b/curl/user/read/readAccountByUsernameOrEmail.sh deleted file mode 100755 index a646e15..0000000 --- a/curl/user/read/readAccountByUsernameOrEmail.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/user/Read" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "username": "usrname-1" -}' \ No newline at end of file diff --git a/curl/user/read/readAnAccountById.sh b/curl/user/read/readAnAccountById.sh deleted file mode 100755 index e229fba..0000000 --- a/curl/user/read/readAnAccountById.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/user/Read" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "id": "usrid-1" -}' \ No newline at end of file diff --git a/curl/user/readSession/readASessionByTheSessionId.sh b/curl/user/readSession/readASessionByTheSessionId.sh deleted file mode 100755 index 675d6f3..0000000 --- a/curl/user/readSession/readASessionByTheSessionId.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/user/ReadSession" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "sessionId": "sds34s34s34-s34s34-s43s43s34-s4s34s" -}' \ No newline at end of file diff --git a/curl/user/sendVerificationEmail/sendVerificationEmail.sh b/curl/user/sendVerificationEmail/sendVerificationEmail.sh deleted file mode 100755 index a6f1006..0000000 --- a/curl/user/sendVerificationEmail/sendVerificationEmail.sh +++ /dev/null @@ -1,11 +0,0 @@ -curl "https://api.m3o.com/v1/user/SendVerificationEmail" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "email": "joe@example.com", - "failureRedirectUrl": "https://m3o.com/verification-failed", - "fromName": "Awesome Dot Com", - "redirectUrl": "https://m3o.com", - "subject": "Email verification", - "textContent": "Hi there,\n\nPlease verify your email by clicking this link: $micro_verification_link" -}' \ No newline at end of file diff --git a/curl/user/update/updateAnAccount.sh b/curl/user/update/updateAnAccount.sh deleted file mode 100755 index 37c1261..0000000 --- a/curl/user/update/updateAnAccount.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/user/Update" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "email": "joeotheremail@example.com", - "id": "usrid-1" -}' \ No newline at end of file diff --git a/curl/user/updatePassword/updateTheAccountPassword.sh b/curl/user/updatePassword/updateTheAccountPassword.sh deleted file mode 100755 index 70dcadb..0000000 --- a/curl/user/updatePassword/updateTheAccountPassword.sh +++ /dev/null @@ -1,9 +0,0 @@ -curl "https://api.m3o.com/v1/user/UpdatePassword" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "confirmPassword": "myEvenMoreSecretPass123", - "id": "usrid-1", - "newPassword": "myEvenMoreSecretPass123", - "oldPassword": "mySecretPass123" -}' \ No newline at end of file diff --git a/curl/user/verifyEmail/verifyEmail.sh b/curl/user/verifyEmail/verifyEmail.sh deleted file mode 100755 index 267a68e..0000000 --- a/curl/user/verifyEmail/verifyEmail.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/user/VerifyEmail" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "token": "t2323t232t" -}' \ No newline at end of file diff --git a/curl/vehicle/lookup/lookupVehicle.sh b/curl/vehicle/lookup/lookupVehicle.sh deleted file mode 100755 index a283998..0000000 --- a/curl/vehicle/lookup/lookupVehicle.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/vehicle/Lookup" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "registration": "LC60OTA" -}' \ No newline at end of file diff --git a/curl/weather/forecast/forecastWeather.sh b/curl/weather/forecast/forecastWeather.sh deleted file mode 100755 index 7a9f6f0..0000000 --- a/curl/weather/forecast/forecastWeather.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl "https://api.m3o.com/v1/weather/Forecast" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "days": 2, - "location": "London" -}' \ No newline at end of file diff --git a/curl/weather/now/getCurrentWeather.sh b/curl/weather/now/getCurrentWeather.sh deleted file mode 100755 index ecb01ed..0000000 --- a/curl/weather/now/getCurrentWeather.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/weather/Now" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "location": "london" -}' \ No newline at end of file diff --git a/curl/youtube/search/searchForVideos.sh b/curl/youtube/search/searchForVideos.sh deleted file mode 100755 index fb4532d..0000000 --- a/curl/youtube/search/searchForVideos.sh +++ /dev/null @@ -1,6 +0,0 @@ -curl "https://api.m3o.com/v1/youtube/Search" \ --H "Content-Type: application/json" \ --H "Authorization: Bearer $M3O_API_TOKEN" \ --d '{ - "query": "donuts" -}' \ No newline at end of file